diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 317bc19..39cd91e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,11 +1,10 @@ +version: 2 # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com before: hooks: # You may remove this if you don't use go modules. - go mod tidy - # you may remove this if you don't need go generate - - go generate ./... builds: - dir: . env: @@ -18,7 +17,7 @@ builds: - arm - arm64 goarm: - - 7 + - "7" checksum: name_template: 'checksums.txt' snapshot: