Skip to content

Commit b461699

Browse files
committed
[DDS-473] Removed caching from actions/setup-go
- 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
1 parent f6b8986 commit b461699

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- uses: actions/setup-go@v3
4444
with:
4545
go-version-file: ./go.mod
46-
cache: true
4746

4847
- name: Run golangci-lint
4948
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)