Skip to content

Commit b4d4339

Browse files
authored
Merge pull request #62 from ataseren/main
Fix for goreleaser
2 parents 9573f13 + 140e123 commit b4d4339

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
version: 2
12
# This is an example .goreleaser.yml file with some sensible defaults.
23
# Make sure to check the documentation at https://goreleaser.com
34
before:
45
hooks:
56
# You may remove this if you don't use go modules.
67
- go mod tidy
7-
# you may remove this if you don't need go generate
8-
- go generate ./...
98
builds:
109
- dir: .
1110
env:
@@ -18,7 +17,7 @@ builds:
1817
- arm
1918
- arm64
2019
goarm:
21-
- 7
20+
- "7"
2221
checksum:
2322
name_template: 'checksums.txt'
2423
snapshot:

0 commit comments

Comments
 (0)