Skip to content

Commit

Permalink
Merge pull request #783 from elezar/bump-golang-version-1.22.4
Browse files Browse the repository at this point in the history
Bump golang to 1.22.4
  • Loading branch information
elezar authored Jun 25, 2024
2 parents 5dd44fb + 7d0cbd3 commit ae101c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VERSION ?= v0.16.0-rc.1
# vVERSION represents the version with a guaranteed v-prefix
vVERSION := v$(VERSION:v%=%)

GOLANG_VERSION ?= 1.22.2
GOLANG_VERSION ?= 1.22.4

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)
Expand Down

0 comments on commit ae101c1

Please sign in to comment.