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 33d55c2 commit 097d7afCopy full SHA for 097d7af
.github/workflows/codeql.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v5
29
30
- name: Setup Go
31
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
32
with:
33
go-version: stable
34
.github/workflows/e2e.yaml
@@ -22,7 +22,9 @@ jobs:
22
23
24
- name: Setup go
25
26
+ with:
27
+ go-version: stable
- name: Setup ko
uses: ko-build/[email protected]
.github/workflows/publish.yaml
@@ -19,10 +19,9 @@ jobs:
19
20
21
- check-latest: true
- name: Setup Ko
0 commit comments