Update workflow go version

This commit is contained in:
Kevin Kandlbinder 2022-03-01 17:15:46 +01:00 committed by GitHub
parent 8cfe042f11
commit 8e3ee7dda1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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