Skip to content

Commit df5c9a9

Browse files
committed
workaround for lint fails
golangci/golangci-lint-action#807
1 parent be38c59 commit df5c9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-go@v4
1515
with:
1616
go-version: 1.20.x
17+
cache: false
1718
- name: golangci-lint
1819
uses: golangci/[email protected]
1920
with:

0 commit comments

Comments
 (0)