We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c653f8 commit 2153b5bCopy full SHA for 2153b5b
.goreleaser.yml
@@ -35,6 +35,7 @@ archives:
35
format_overrides:
36
- goos: windows
37
format: zip
38
+ allow_different_binary_count: true
39
40
before:
41
hooks:
go.mod
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix
5
6
go 1.23
7
8
-toolchain go1.23.2
+toolchain go1.23.4
9
10
require (
11
github.com/google/uuid v1.6.0
0 commit comments