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 c57692a commit 791d302Copy full SHA for 791d302
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@master
11
- name: Setup Go
12
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v5
13
with:
14
go-version: '1.24'
15
- name: GoReleaser
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
16
0 commit comments