Skip to content

Commit 99e7140

Browse files
Armin BecherArmin Becher
Armin Becher
authored and
Armin Becher
committed
build: fix linter warning
1 parent 0247d9b commit 99e7140

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
- uses: actions/setup-go@v4
2929
with:
3030
go-version: "1.21"
31+
cache: false
3132
- name: golangci-lint
3233
uses: golangci/golangci-lint-action@v3
3334
with:
34-
version: v1.53
35+
version: v1.54
3536
test-and-release:
3637
runs-on: ubuntu-latest
3738
needs: [check-links]
@@ -41,7 +42,7 @@ jobs:
4142
- name: Set up Go
4243
uses: actions/setup-go@v4
4344
with:
44-
go-version: 1.21
45+
go-version: "1.21"
4546
- name: Test
4647
run: go test ./...
4748
- name: Run GoReleaser

0 commit comments

Comments
 (0)