Skip to content

Commit

Permalink
Merge pull request #4517 from kubernetes-sigs/camilamacedo86-patch-1
Browse files Browse the repository at this point in the history
🌱 : Fix Kubernetes version in the goreleaser by upgrading it from 1.31.0 to 1.32.0
  • Loading branch information
k8s-ci-robot authored Jan 22, 2025
2 parents 24f9711 + 52765f9 commit 6a72afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ builds:
- darwin_amd64
- darwin_arm64
env:
- KUBERNETES_VERSION=1.31.0
- KUBERNETES_VERSION=1.32.0
- CGO_ENABLED=0

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

0 comments on commit 6a72afe

Please sign in to comment.