Skip to content

Commit e65415f

Browse files
🌱 Upgrade goreleaser (#4041)
* update GoReleaser configuration file to version 2 * update GoReleaser configuration file to fix kubernetes version from 1.27.1 to 1.30.0
1 parent e4beb77 commit e65415f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# Make sure to check the documentation at http://goreleaser.com
1717

1818
# Global environment variables that are needed for hooks and builds.
19+
version: 2
20+
1921
env:
2022
- GO111MODULE=on
2123

@@ -45,7 +47,7 @@ builds:
4547
- darwin_amd64
4648
- darwin_arm64
4749
env:
48-
- KUBERNETES_VERSION=1.27.1
50+
- KUBERNETES_VERSION=1.30.0
4951
- CGO_ENABLED=0
5052

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

0 commit comments

Comments
 (0)