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 ed0e0b4 + f76c505 commit fb65cb5Copy full SHA for fb65cb5
.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.1.0
+ - uses: actions/setup-go@v5.2.0
21
22
go-version: '1.21'
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@v6
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
- run: go test -v ./...
0 commit comments