Skip to content

Commit

Permalink
Fix the correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Apr 8, 2024
1 parent a29b627 commit 2821d84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
# cache = false cause there is an open issue related to "File exists" error.
# https://github.com/golangci/golangci-lint-action/issues/807
cache: false

- 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 2821d84

Please sign in to comment.