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.
2 parents ec78b78 + 0344fee commit 87f00dbCopy full SHA for 87f00db
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- run: git fetch --force --tags
20
- - uses: actions/setup-go@v5.3.0
+ - uses: actions/setup-go@v5.5.0
21
22
go-version: '1.24'
23
- uses: docker/login-action@v3
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- uses: golangci/golangci-lint-action@v8
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
- run: go test -v ./...
0 commit comments