Skip to content

Commit 2153b5b

Browse files
authored
build: Fix up release archives (#43)
1 parent 9c653f8 commit 2153b5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ archives:
3535
format_overrides:
3636
- goos: windows
3737
format: zip
38+
allow_different_binary_count: true
3839

3940
before:
4041
hooks:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix
55

66
go 1.23
77

8-
toolchain go1.23.2
8+
toolchain go1.23.4
99

1010
require (
1111
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)