Set Go CI workflow to use Go 1.17

This commit is contained in:
Matt Joiner 2021-08-30 11:19:16 +10:00
parent 9b6e191b0a
commit a0ec0f2708
1 changed files with 1 additions and 1 deletions

View File

@ -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