CI: update Go

This commit is contained in:
Frank Denis 2021-01-01 13:55:01 +01:00
parent e40e42edf5
commit 3087eff6d3
1 changed files with 2 additions and 2 deletions

View File

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