Skip to content

Commit 8b40aa1

Browse files
authored
fix: remove deprecated config options from golanglint-ci (#470)
1 parent 19dc6ae commit 8b40aa1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
uses: golangci/golangci-lint-action@v6
4040
with:
4141
args: --timeout=3m12s
42-
skip-go-installation: true
43-
skip-pkg-cache: true
44-
skip-build-cache: true
42+
skip-cache: true
4543

4644
- name: "Check: go fmt"
4745
run: |

0 commit comments

Comments
 (0)