Update go.yml

This commit is contained in:
Matthieu MOREL 2021-11-08 21:56:21 +01:00 committed by GitHub
parent e207ba07eb
commit ed2fbcade4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go
- name: Check out code into the Go module directory