Fix go version in github actions

This commit is contained in:
2021-07-30 23:09:24 +02:00
parent 4a0574554a
commit efed119171
3 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17-rc1
- name: Build
run: go build -v ./...