Fix go version

This commit is contained in:
2021-07-14 12:29:04 +02:00
parent 58bba94c92
commit 29fd5fbb6a

View File

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