Skip to content

Commit

Permalink
build: Use Go v1.22.5
Browse files Browse the repository at this point in the history
Go versions 1.22.0 through 1.22.4 are affected
by CVE-2024-24791

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
  • Loading branch information
black-dragon74 authored and mergify[bot] committed Aug 20, 2024
1 parent 3570ac4 commit cc6835e
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.5
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.5

require (
github.com/IBM/keyprotect-go-client v0.15.1
Expand Down

0 comments on commit cc6835e

Please sign in to comment.