-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to golang 1.17 and alpine 3.14 (#861)
Signed-off-by: Jim Ma <[email protected]>
- Loading branch information
Showing
15 changed files
with
150 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ name: Compatibility E2E Test | |
|
||
on: | ||
push: | ||
branches: [main, release-*] | ||
branches: [ main, release-* ] | ||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] | ||
pull_request: | ||
branches: [main, release-*] | ||
branches: [ main, release-* ] | ||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] | ||
|
||
env: | ||
GO_VERSION: 1.15 | ||
GO_VERSION: 1.17 | ||
KIND_VERSION: v0.11.1 | ||
CONTAINERD_VERSION: v1.5.2 | ||
KIND_CONFIG_PATH: test/testdata/kind/config.yaml | ||
|
@@ -38,9 +38,10 @@ jobs: | |
|
||
- name: Get dependencies | ||
run: | | ||
go mod vendor | ||
go get github.com/onsi/ginkgo/ginkgo | ||
go mod download github.com/go-task/slim-sprig | ||
go install github.com/onsi/ginkgo/ginkgo | ||
mkdir -p /tmp/artifact | ||
go mod vendor | ||
- name: Setup Kind | ||
uses: engineerd/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ] | ||
|
||
env: | ||
GO_VERSION: 1.15 | ||
GO_VERSION: 1.17 | ||
KIND_VERSION: v0.11.1 | ||
CONTAINERD_VERSION: v1.5.2 | ||
KIND_CONFIG_PATH: test/testdata/kind/config.yaml | ||
|
@@ -33,9 +33,10 @@ jobs: | |
|
||
- name: Get dependencies | ||
run: | | ||
go mod vendor | ||
go get github.com/onsi/ginkgo/ginkgo | ||
go mod download github.com/go-task/slim-sprig | ||
go install github.com/onsi/ginkgo/ginkgo | ||
mkdir -p /tmp/artifact | ||
go mod vendor | ||
- name: Setup Kind | ||
uses: engineerd/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
branches: [ main, release-* ] | ||
|
||
env: | ||
GO_VERSION: 1.15 | ||
GO_VERSION: 1.17 | ||
|
||
jobs: | ||
lint: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters