Skip to content

Commit

Permalink
🌱 Upgrade goreleaser (#4041)
Browse files Browse the repository at this point in the history
* update GoReleaser configuration file to version 2
* update GoReleaser configuration file to fix kubernetes version from 1.27.1 to 1.30.0
  • Loading branch information
camilamacedo86 authored Jul 23, 2024
1 parent e4beb77 commit e65415f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# Make sure to check the documentation at http://goreleaser.com

# Global environment variables that are needed for hooks and builds.
version: 2

env:
- GO111MODULE=on

Expand Down Expand Up @@ -45,7 +47,7 @@ builds:
- darwin_amd64
- darwin_arm64
env:
- KUBERNETES_VERSION=1.27.1
- KUBERNETES_VERSION=1.30.0
- CGO_ENABLED=0

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

0 comments on commit e65415f

Please sign in to comment.