Skip to content

Commit

Permalink
Updated the go version to 1.19 from 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Oct 12, 2022
1 parent e6b9c6b commit aaaefed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
env:
BASE_IMG : ubuntu:latest
steps:
- name: Set up Go 1.18+
- name: Set up Go 1.19+
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- name: Checkout the code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.18 as builder
FROM golang:1.19 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/csm-operator

go 1.18
go 1.19

require (
github.com/go-yaml/yaml v2.1.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/csm-operator/tests/e2e

go 1.18
go 1.19

require (
github.com/dell/csm-operator v0.0.0
Expand Down

0 comments on commit aaaefed

Please sign in to comment.