Skip to content

Commit

Permalink
ci: skip golang cache in lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 5, 2024
1 parent 789797f commit 778b2cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# skip caching due to golangci-lint errors during setup
# see https://github.com/golangci/golangci-lint-action/issues/807
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit 778b2cd

Please sign in to comment.