Update Go version in CI

This commit is contained in:
Frank Denis 2021-03-30 11:57:10 +02:00
parent 8e8a4bd024
commit cee31b646e
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Set up Go 1.16beta1
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16beta1
go-version: 1
id: go
- name: Check out code into the Go module directory