-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1495 from SaschaSchwarze0/sascha-update-dependencies
Update Go to 1.21, ko to 1.15.1, KinD to 0.21
- Loading branch information
Showing
14 changed files
with
40 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: '1.21.x' | ||
cache: true | ||
check-latest: true | ||
- name: Build | ||
|
@@ -57,8 +57,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.25.11 | ||
- v1.28.0 | ||
- v1.25.16 | ||
- v1.28.6 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -67,21 +67,21 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: '1.21.x' | ||
cache: true | ||
check-latest: true | ||
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.14.1 | ||
version: v0.15.1 | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3 | ||
with: | ||
version: ${{ matrix.kubernetes }} | ||
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.20.0 | ||
version: v0.21.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
wait: 120s | ||
|
@@ -125,8 +125,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.25.11 | ||
- v1.28.0 | ||
- v1.25.16 | ||
- v1.28.6 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -145,7 +145,7 @@ jobs: | |
- name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: '1.21.x' | ||
cache: true | ||
check-latest: true | ||
- name: Install kubectl | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.20.0 | ||
version: v0.21.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
config: test/kind/config.yaml | ||
|
@@ -191,7 +191,7 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.14.1 | ||
version: v0.15.1 | ||
- name: Install Shipwright Build | ||
run: | | ||
make install-controller-kind | ||
|
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 |
---|---|---|
|
@@ -22,14 +22,14 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: '1.21.x' | ||
cache: true | ||
check-latest: true | ||
|
||
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.14.1 | ||
version: v0.15.1 | ||
- uses: imjasonh/setup-crane@e82f1b9a8007d399333baba4d75915558e9fb6a4 | ||
- uses: sigstore/cosign-installer@v3 | ||
|
||
|
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 |
---|---|---|
|
@@ -30,14 +30,14 @@ jobs: | |
fetch-depth: 0 # Fetch all history, needed for release note generation. | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: '1.20.x' | ||
go-version: '1.21.x' | ||
cache: true | ||
check-latest: true | ||
|
||
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.14.1 | ||
version: v0.15.1 | ||
- uses: sigstore/cosign-installer@v3 | ||
|
||
- name: Build Release Changelog | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/shipwright-io/build | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/docker/cli v25.0.3+incompatible | ||
|
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