Skip to content

Commit

Permalink
[DDS-473] Removed caching from actions/setup-go
Browse files Browse the repository at this point in the history
- Removed caching from actions/setup-go before golangci/golangci-lint-action within go-lint job of lint GA workflow to avoid golangci/golangci-lint-action#23
  • Loading branch information
spivachuk committed Oct 3, 2023
1 parent f6b8986 commit b461699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
cache: true

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit b461699

Please sign in to comment.