Skip to content

Commit ca6c3cb

Browse files
committed
golanglint-ci action skip-pkg-cache
Seeing issues with running golanglint-ci action, one solution was to disable package cache. https://github.com/metal-toolbox/hollow-metadataservice/actions/runs/4683823976/jobs/8299350650?pr=98 golangci/golangci-lint-action#23 (comment) Signed-off-by: Mike Mason <[email protected]>
1 parent faa2be9 commit ca6c3cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
version: v1.51.1
3737
args: --timeout=5m
38+
skip-pkg-cache: true
3839

3940
- name: Run go tests for generated models code
4041
run: go test -race ./internal/models

0 commit comments

Comments
 (0)