Merge pull request #4431 from reasonerjt/bump-up-go-1.17

Bump up Go to 1.17
This commit is contained in:
Scott Seago
2021-12-06 11:48:16 -05:00
committed by GitHub
8 changed files with 80 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
id: go
- name: Check out the code
uses: actions/checkout@v2
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
id: go
- name: Check out code into the Go module directory