ci: updated build to Go 1.17

This commit is contained in:
Geoff Bourne
2021-11-13 14:46:19 -06:00
parent e626012df9
commit c2edbdc95b
2 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: Setup docker buildx
uses: docker/setup-buildx-action@v1