Set Go CI workflow to use Go 1.17
This commit is contained in:
parent
9b6e191b0a
commit
a0ec0f2708
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
|
||||
- name: Download Go modules
|
||||
run: go mod download
|
||||
|
|
Loading…
Reference in New Issue