Don't build 32 bit

This commit is contained in:
2021-07-30 23:49:32 +02:00
parent d44bd624e3
commit 69a7c9f99a
3 changed files with 5 additions and 6 deletions

View File

@@ -13,11 +13,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: 1.17rc1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: