feat: update lint action to solve cache conflict (#2472)

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2023-06-16 17:28:55 +08:00 committed by Gaius
parent 5ce650b973
commit 58ff1be8bd
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.20'
cache: false
- name: Golangci lint - name: Golangci lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3