Skip to content

Commit 9ab4433

Browse files
authored
Merge pull request #784 from elezar/bump-golang-version-1.22.4
Bump golang to 1.22.4
2 parents 6c1e0fb + cd5dcf8 commit 9ab4433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VERSION ?= v0.15.1
2222
# vVERSION represents the version with a guaranteed v-prefix
2323
vVERSION := v$(VERSION:v%=%)
2424

25-
GOLANG_VERSION ?= 1.22.2
25+
GOLANG_VERSION ?= 1.22.4
2626

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

0 commit comments

Comments
 (0)