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 a020ee9 commit 3028503Copy full SHA for 3028503
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
- run: git fetch --force --tags
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
- uses: actions/setup-go@v5.5.0
go-version: '1.24'
@@ -23,7 +23,7 @@ jobs:
23
test:
24
25
26
27
28
29
0 commit comments