We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943a191 commit 353d101Copy full SHA for 353d101
.github/workflows/image.yml
@@ -6,7 +6,7 @@ on:
6
- '*'
7
8
env:
9
- KUBERNETES_VERSION: 1.32.3
+ KUBERNETES_VERSION: 1.32.4
10
11
jobs:
12
build-and-push:
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
build:
Makefile
@@ -1,5 +1,5 @@
1
PROJNAME := kubernetes-toolkit
2
-KUBERNETES_VERSION := 1.32.3
+KUBERNETES_VERSION := 1.32.4
3
GOOS ?= $(if $(TARGETOS),$(TARGETOS),linux)
GOARCH ?= $(if $(TARGETARCH),$(TARGETARCH),amd64)
BUILDPLATFORM ?= $(GOOS)/$(GOARCH)
0 commit comments