Skip to content

Commit

Permalink
build: use Go 1.22.6 in the container-images
Browse files Browse the repository at this point in the history
github.com/kubernetes-csi/csi-lib-utils requires go >= 1.22.5

Go 1.22.6 is the latest 1.22.x release, use that for now.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic committed Aug 14, 2024
1 parent 1dc412a commit 196a667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v19
CEPH_VERSION=squid

# standard Golang options
GOLANG_VERSION=1.22.2
GOLANG_VERSION=1.22.6
GO111MODULE=on

# commitlint version
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/ceph/ceph-csi

go 1.22.0
go 1.22.6
require (
github.com/IBM/keyprotect-go-client v0.15.1
github.com/aws/aws-sdk-go v1.55.5
Expand Down

0 comments on commit 196a667

Please sign in to comment.