File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343env :
4444 REGISTRY : ghcr.io
4545 IMAGE_NAME : ${{ github.repository }}
46- GO_VERSION : 1.24.5
46+ GO_VERSION : 1.24.6
4747 PLATFORMS : linux/amd64,linux/arm64
4848
4949jobs :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include deps.mk
1616
1717# # Version of the operator
1818VERSION ?= $(GIT_TAG_LAST )
19- GO_VERSION ?= 1.24.5
19+ GO_VERSION ?= 1.24.6
2020
2121# Image URL to use all building/pushing image
2222# # TODO: update this to the correct image location
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ GOCOVER_VERSION ?= v1.3.0
4444GINKGO_VERSION ?= v2.22.2
4545MOCKERY_VERSION ?= v3.5.0
4646CHAINSAW_VERSION ?= v0.2.10
47- HELM_VERSION ?= v3.15.0
47+ HELM_VERSION ?= v3.18.5
4848HELMIFY_VERSION ?= v0.4.12
4949GO_LICENSES_VERSION ?= v1.6.0
5050
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/NVIDIA/skyhook/operator
22
33go 1.24.0
44
5- toolchain go1.24.5
5+ toolchain go1.24.6
66
77require (
88 github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments