Skip to content

Commit 7b5e4c8

Browse files
author
Chris Gilmer
committed
Set up goreleaser to latest standard
1 parent 6c92d29 commit 7b5e4c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.goreleaser.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
env:
2+
- GO111MODULE=on
13
before:
24
hooks:
35
- go mod download
@@ -18,14 +20,14 @@ brews:
1820
name: trussworks-infra
1921
2022
archives:
21-
- replacements:
22-
darwin: Darwin
23-
linux: Linux
24-
windows: Windows
25-
386: i386
26-
amd64: x86_64
23+
-
24+
replacements:
25+
darwin: Darwin
26+
linux: Linux
27+
amd64: x86_64
2728
checksum:
2829
name_template: 'checksums.txt'
30+
algorithm: sha256
2931
snapshot:
3032
name_template: "{{ .Tag }}-next"
3133
changelog:

0 commit comments

Comments
 (0)