Skip to content

Commit 17820ab

Browse files
Update GitHub actions
1 parent 20c56a8 commit 17820ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: set up the stage for building and testing
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/setup-go@v3
7+
- uses: actions/setup-go@v5
88
with:
9-
go-version: 1.23.x
9+
go-version: 1.24.x
1010
cache: true
1111
check-latest: true
1212
- uses: ko-build/setup-ko@v0.9

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
kubernetes:
17-
- v1.30.10
18-
- v1.33.0
17+
- v1.31.9
18+
- v1.33.1
1919
max-parallel: 2
2020
runs-on: ubuntu-latest
2121

@@ -28,14 +28,14 @@ jobs:
2828

2929
- uses: helm/kind-action@v1
3030
with:
31-
version: v0.27.0
31+
version: v0.29.0
3232
node_image: kindest/node:${{ matrix.kubernetes }}
3333
cluster_name: kind
3434
config: test/kind/config.yaml
3535
wait: 120s
3636
- uses: shipwright-io/setup@v1
3737
with:
38-
tekton-version: v1.0.0
38+
tekton-version: v1.3.1
3939
shipwright-ref: main
4040
cli-ref: _ignore
4141

0 commit comments

Comments
 (0)