Fix go version

This commit is contained in:
2021-07-14 12:29:04 +02:00
parent 1a62d59bda
commit 57c44e341a

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 ./...