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 8086434 commit 02e5581Copy full SHA for 02e5581
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Go
27
uses: actions/setup-go@v5
28
with:
29
- go-version: 1.23
+ go-version: 1.24
30
cache: true
31
32
- name: Install tools
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
42
- go: [ '1.21', '1.22', '1.23' ]
+ go: [ '1.22', '1.23', '1.24' ]
43
steps:
44
- uses: actions/checkout@v4
45
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Go
37
38
check-latest: true
- name: Install Cosign
0 commit comments