File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ description: set up the stage for building and testing
44runs :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments