We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92d29 commit 7b5e4c8Copy full SHA for 7b5e4c8
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+env:
2
+ - GO111MODULE=on
3
before:
4
hooks:
5
- go mod download
@@ -18,14 +20,14 @@ brews:
18
20
name: trussworks-infra
19
21
email: [email protected]
22
archives:
-- replacements:
- darwin: Darwin
23
- linux: Linux
24
- windows: Windows
25
- 386: i386
26
- amd64: x86_64
+ -
+ replacements:
+ darwin: Darwin
+ linux: Linux
27
+ amd64: x86_64
28
checksum:
29
name_template: 'checksums.txt'
30
+ algorithm: sha256
31
snapshot:
32
name_template: "{{ .Tag }}-next"
33
changelog:
0 commit comments