Skip to content

Commit ab8bb97

Browse files
authoredJan 7, 2022
Bump repository to Go 1.17 (#2556)
* go.mod,vendor: Bump to Go 1.17 Signed-off-by: timflannagan <[email protected]> * .github/workflow: Bump the actions/setup-go go-version variable Signed-off-by: timflannagan <[email protected]> * pkg/package-server: Re-generate code Signed-off-by: timflannagan <[email protected]>
1 parent c0ebe32 commit ab8bb97

File tree

199 files changed

+409
-5933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+409
-5933
lines changed
 

Diff for: ‎.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: '~1.16'
17+
go-version: '~1.17'
1818
- run: make e2e-local E2E_NODES=2 ARTIFACTS_DIR=./artifacts/
1919
- name: Archive Test Artifacts # test results, failed or not, are always uploaded.
2020
if: ${{ always() }}

Diff for: ‎.github/workflows/run-kind-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '~1.16'
14+
go-version: '~1.17'
1515
- name: Install kind
1616
run: |
1717
curl -sLo kind "$(curl -sL https://api.github.com/repos/kubernetes-sigs/kind/releases/latest | jq -r '[.assets[] | select(.name == "kind-linux-amd64")] | first | .browser_download_url')"

0 commit comments

Comments
 (0)
Please sign in to comment.