Skip to content

Commit 6a72afe

Browse files
authored
Merge pull request #4517 from kubernetes-sigs/camilamacedo86-patch-1
🌱 : Fix Kubernetes version in the goreleaser by upgrading it from 1.31.0 to 1.32.0
2 parents 24f9711 + 52765f9 commit 6a72afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ builds:
4646
- darwin_amd64
4747
- darwin_arm64
4848
env:
49-
- KUBERNETES_VERSION=1.31.0
49+
- KUBERNETES_VERSION=1.32.0
5050
- CGO_ENABLED=0
5151

5252
# Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.

0 commit comments

Comments
 (0)