Skip to content

Commit a131912

Browse files
committed
fix: broken golangci-lint action
See golangci/golangci-lint-action#677
1 parent f5e7a06 commit a131912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
with:
1414
go-version: '1.20'
1515
check-latest: true
16+
cache: false
1617
- name: golangci-lint
1718
uses: golangci/golangci-lint-action@v3
1819
with:
19-
version: v1.52
20+
version: v1.53

0 commit comments

Comments
 (0)