Skip to content

Commit 5fb44cf

Browse files
committed
chore: bump helm version and go version
1 parent fb0126b commit 5fb44cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/operator-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
env:
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

4949
jobs:

operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include deps.mk
1616

1717
## Version of the operator
1818
VERSION ?= $(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

operator/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GOCOVER_VERSION ?= v1.3.0
4444
GINKGO_VERSION ?= v2.22.2
4545
MOCKERY_VERSION ?= v3.5.0
4646
CHAINSAW_VERSION ?= v0.2.10
47-
HELM_VERSION ?= v3.15.0
47+
HELM_VERSION ?= v3.18.5
4848
HELMIFY_VERSION ?= v0.4.12
4949
GO_LICENSES_VERSION ?= v1.6.0
5050

operator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/NVIDIA/skyhook/operator
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.24.6
66

77
require (
88
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)