Skip to content

Commit

Permalink
Update go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-release[bot] authored Oct 21, 2024
1 parent 03a8384 commit cc141c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dell/csi-vxflexos/v2
// In order to run unit tests on Windows, you need a stubbed Windows implementation
// of the gofsutil package. Use the following replace statements if necessary.

go 1.23.2
go 1.23

require (
github.com/akutz/memconn v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-fsgroup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/csi-powerflex/tests/e2e-fsgroup

go 1.23.2
go 1.23

require (
github.com/onsi/ginkgo/v2 v2.20.2
Expand Down

0 comments on commit cc141c0

Please sign in to comment.