Skip to content

Commit

Permalink
Update go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: nitesh3108 <[email protected]>
  • Loading branch information
nitesh3108 committed Feb 21, 2024
1 parent 2902cb3 commit e0145d0
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 @@ -90,10 +90,10 @@ jobs:
env:
BASE_IMG : ubuntu:latest
steps:
- name: Set up Go 1.21+
- name: Set up Go 1.22+
uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.22
id: go
- name: Checkout the code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
cache: false
- name: Checkout the code
uses: actions/[email protected]
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.21
go 1.22

require (
github.com/cert-manager/cert-manager v1.12.3
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.21
go 1.22

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

0 comments on commit e0145d0

Please sign in to comment.