Skip to content

Commit

Permalink
Fix lint CI action (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Nov 12, 2023
1 parent e279b08 commit 3caa586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
with:
go-version-file: go.mod

- name: Clean Mod Cache # See https://github.com/golangci/golangci-lint-action/issues/135
run: go clean -modcache

- name: Run Linting
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 3caa586

Please sign in to comment.