We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05cbac4 + bf8405f commit 3be48fdCopy full SHA for 3be48fd
.goreleaser.yml
@@ -98,7 +98,7 @@ archives:
98
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
99
format_overrides:
100
- goos: windows
101
- format: zip
+ formats: [ 'zip' ]
102
builds:
103
- linux-amd64
104
- linux-arm64
@@ -161,7 +161,7 @@ checksum:
161
name_template: "checksums.txt"
162
163
snapshot:
164
- name_template: "{{ .Tag }}"
+ version_template: "{{ .Tag }}"
165
166
changelog:
167
sort: asc
Makefile
@@ -1,6 +1,6 @@
1
PKG?=github.com/smallstep/step-kms-plugin
2
BINNAME?=step-kms-plugin
3
-GOLANG_CROSS_VERSION?=v1.22
+GOLANG_CROSS_VERSION?=v1.24
4
5
# Set V to 1 for verbose output from the Makefile
6
Q=$(if $V,,@)
0 commit comments