Merge pull request #2708 from kubernetes-sigs/raffo/go-1.17

Use Go 1.17 in CI
This commit is contained in:
Kubernetes Prow Robot 2022-04-14 06:44:46 -07:00 committed by GitHub
commit bf5c99de14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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