Skip to content

Commit 5052f5b

Browse files
committed
CI/lint: Skpi pkg cache golangci/golangci-lint-action#244
1 parent 5d3281e commit 5052f5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ jobs:
3434
- name: Format
3535
uses: sjkaliski/go-github-actions/[email protected]
3636
if: runner.os == 'Linux'
37+
with:
38+
skip-pkg-cache: true
3739
env:
3840
GO_IGNORE_DIRS: "./vendor"
3941

4042
- name: Lint
41-
uses: golangci/golangci-lint-action@v2
43+
uses: sjkaliski/go-github-actions/[email protected]
4244
if: runner.os == 'Linux'
43-
with:
44-
working-directory: "./gandi/"
45+
env:
46+
GO_LINT_PATHS: "./gandi/..."
4547

4648
# This still does something weird, comment out for now
4749
# - name: TF Provider Lint

0 commit comments

Comments
 (0)