We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326b245 commit efc9d1cCopy full SHA for efc9d1c
.github/workflows/image.yml
@@ -6,7 +6,7 @@ on:
6
- '*'
7
8
env:
9
- KUBERNETES_VERSION: 1.34.0
+ KUBERNETES_VERSION: 1.34.1
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.34.0
+KUBERNETES_VERSION := 1.34.1
3
GOOS ?= $(if $(TARGETOS),$(TARGETOS),linux)
GOARCH ?= $(if $(TARGETARCH),$(TARGETARCH),amd64)
BUILDPLATFORM ?= $(GOOS)/$(GOARCH)
0 commit comments