skip build cache in golangci-lint (#540)
This commit is contained in:
parent
a8960129c8
commit
6c5d6d167c
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -55,6 +55,8 @@ jobs:
|
||||
version: v1.45.2
|
||||
working-directory: ./src
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
skip-go-installation: true
|
||||
|
||||
# check licenses
|
||||
- name: Get go-licenses
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user