We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08ccd53 + b38f2ae commit cb4b1c0Copy full SHA for cb4b1c0
2 files changed
.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.0.2
+ - uses: actions/setup-go@v5.1.0
21
22
go-version: '1.22'
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