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 3070ee5 commit 3556c80Copy full SHA for 3556c80
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
- name: Set up Go
24
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
25
with:
26
go-version-file: 'go.mod'
27
- name: Run tests
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Install Cosign
0 commit comments