-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
build: update go version in github actions build: update go.mod for 1.19 build: update mage build code to support go 1.19 and 1.20 build: update remaining jobs to 1.19 build(tools): update go.mod|sum chore: format & lint chore: go tidy fix: add regions for google cloud provider Signed-off-by: Ben Stickel <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17 | ||
go-version: 1.19 | ||
- | ||
name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
@@ -51,15 +51,16 @@ jobs: | |
git --no-pager diff go.mod go.sum | ||
git --no-pager diff --quiet go.mod go.sum | ||
# Try compiple all binaries first | ||
# Try compile all binaries first | ||
compile-dryrun: | ||
name: "Compile" | ||
strategy: | ||
fail-fast: true | ||
matrix: | ||
go-version: | ||
- "1.17" | ||
- "1.18.0-rc.1" | ||
- "1.20.4" | ||
- "1.19" | ||
- "1.18.10" | ||
runs-on: ubuntu-latest | ||
needs: [golangci-lint, go-mod] | ||
steps: | ||
|
@@ -107,7 +108,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17 | ||
go-version: 1.19 | ||
- | ||
uses: actions/checkout@v3 | ||
- | ||
|
@@ -134,7 +135,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
go-version: 1.19 | ||
- | ||
name: Cache Go modules | ||
uses: actions/[email protected] | ||
|
@@ -172,7 +173,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
go-version: 1.19 | ||
- | ||
name: Cache Go modules | ||
uses: actions/[email protected] | ||
|
@@ -210,7 +211,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17 # test only the latest go version to speed up CI | ||
go-version: 1.19 | ||
- | ||
name: Cache Go modules | ||
uses: actions/[email protected] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.