Skip to content

Commit b903fc4

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [CI] [BUG] Warning mitigation (not a fix):
golangci/golangci-lint-action#244
1 parent 5f89801 commit b903fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
- name: Lint golangci-lint
4444
uses: golangci/golangci-lint-action@v3
4545
with:
46+
args: --timeout=10m
4647
version: v1.53
48+
skip-pkg-cache: true
49+
skip-build-cache: true
4750

4851
- name: Test
4952
run: go test -v -coverprofile="coverage.out" ./...

0 commit comments

Comments
 (0)