We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4beb77 commit e65415fCopy full SHA for e65415f
build/.goreleaser.yml
@@ -16,6 +16,8 @@
16
# Make sure to check the documentation at http://goreleaser.com
17
18
# Global environment variables that are needed for hooks and builds.
19
+version: 2
20
+
21
env:
22
- GO111MODULE=on
23
@@ -45,7 +47,7 @@ builds:
45
47
- darwin_amd64
46
48
- darwin_arm64
49
- - KUBERNETES_VERSION=1.27.1
50
+ - KUBERNETES_VERSION=1.30.0
51
- CGO_ENABLED=0
52
53
# Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.
0 commit comments