Mark current go version as non stable

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

View File

@@ -15,6 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'false'
go-version: 1.17-rc1
- name: Build

View File

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