We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5f35 commit 77c5f28Copy full SHA for 77c5f28
1 file changed
.github/workflows/build.yaml
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
- uses: actions/setup-go@v5
55
with:
56
- go-version: '1.24'
+ go-version: '1.26'
57
- uses: gardener/cc-utils/.github/actions/trusted-checkout@master
58
- name: run-test-unit
59
shell: bash
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
- name: run-check
89
run: |
0 commit comments