Skip to content

Commit

Permalink
golangci-lint: setup-go with cache enabled
Browse files Browse the repository at this point in the history
Not sure why it was disabled, poor copy/paste skill maybe?
  • Loading branch information
vbauerster committed Jan 27, 2025
1 parent 03936c2 commit 2891b41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: false
- uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
Expand Down

0 comments on commit 2891b41

Please sign in to comment.