github workflows: pin go version to 1.17

This commit is contained in:
Preston Van Loon
2022-03-31 14:09:43 -05:00
committed by GitHub
parent 177f9ccab0
commit c932881056

View File

@@ -48,7 +48,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: 1.17
id: go
- name: Check out code into the Go module directory