Attempt another go version fix

This commit is contained in:
2021-07-30 23:13:11 +02:00
parent ac6fbbf576
commit f84e4c4b1f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: 1.17-rc1
go-version: 1.17rc1
- name: Build
run: go build -v ./...

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: 1.17-rc1
go-version: 1.17rc1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: