Skip to content

Commit

Permalink
🐛 Fix Kubernetes version in the goreleaser by upgrading it from 1.31.…
Browse files Browse the repository at this point in the history
…0 to 1.32.0
  • Loading branch information
camilamacedo86 authored Jan 21, 2025
1 parent 7ee23df commit 52765f9
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 52765f9

Please sign in to comment.