Skip to content

Commit

Permalink
Merge pull request #68 from dell/go-1.23
Browse files Browse the repository at this point in the history
Update go version to 1.23
  • Loading branch information
shaynafinocchiaro authored Oct 21, 2024
2 parents ba90cfd + 29977ef commit d24030c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .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@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: Checkout the code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/dell/dell-csi-extensions/common

go 1.22
go 1.23

require google.golang.org/protobuf v1.34.2
2 changes: 1 addition & 1 deletion migration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/dell-csi-extensions/migration

go 1.22
go 1.23

require (
github.com/dell/dell-csi-extensions/common v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion replication/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/dell-csi-extensions/replication

go 1.22
go 1.23

require (
github.com/dell/dell-csi-extensions/common v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion volumeGroupSnapshot/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/dell-csi-extensions/volumeGroupSnapshot

go 1.22
go 1.23

require (
github.com/dell/dell-csi-extensions/common v1.5.0
Expand Down

0 comments on commit d24030c

Please sign in to comment.