Skip to content

Commit

Permalink
Fix "File exists" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Apr 8, 2024
1 parent c57f109 commit a29b627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:
with:
go-version-file: ./go.mod
cache: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.52.2
args: --config .github/linters/.golangci.yaml
# cache = false cause there is an open issue related to "File exists" error.
# https://github.com/golangci/golangci-lint-action/issues/807
cache: false

super-lint:
name: "Super Linter"
Expand Down

0 comments on commit a29b627

Please sign in to comment.