Skip to content

Commit a501557

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go
22

33
on:
44
push:
5-
branches: [ "main", "feature/*" ]
5+
branches: [ "main", "develop", "feature/*" ]
66
pull_request:
77
branches: [ "main" ]
88

@@ -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)