Merge pull request #301 from kradalby/goreleaser

Set goreleaser to only care about Go 1.17
This commit is contained in:
Kristoffer Dalby 2022-01-30 10:08:04 +00:00 committed by GitHub
commit eb1ce64b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
# This is an example .goreleaser.yml file with some sane defaults. ---
# Make sure to check the documentation at http://goreleaser.com
before: before:
hooks: hooks:
- go mod tidy - go mod tidy -compat=1.17
release: release:
prerelease: auto prerelease: auto
@ -33,7 +32,7 @@ builds:
goarch: goarch:
- arm - arm
goarm: goarm:
- 7 - "7"
env: env:
- CC=arm-linux-gnueabihf-gcc - CC=arm-linux-gnueabihf-gcc
- CXX=arm-linux-gnueabihf-g++ - CXX=arm-linux-gnueabihf-g++