Skip to content

Commit

Permalink
ci: disable caching for golangci-lint actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed May 4, 2023
1 parent d93c08c commit e965d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
if: needs.chart-changed.outputs.any_changed == 'true'
with:
go-version: "1.20"
cache: false
- name: golangci-lint
if: needs.chart-changed.outputs.any_changed == 'true'
uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
if: needs.chart-changed.outputs.any_changed == 'true'
with:
go-version: "1.20"
cache: false
- name: golangci-lint
if: needs.chart-changed.outputs.any_changed == 'true'
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit e965d21

Please sign in to comment.