From a019ab41916800f8d86cf96c41415ac27e9f5329 Mon Sep 17 00:00:00 2001 From: pilinux Date: Sat, 27 Apr 2024 11:09:49 +0600 Subject: [PATCH] skip-pkg-cache and skip-build-cache omitted from golangci-lint@v5 --- .github/workflows/golangci-lint.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 98ddee6..963ef4a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -50,9 +50,3 @@ jobs: # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true - - # Optional: if set to true then the action don't cache or restore ~/go/pkg. - skip-pkg-cache: true - - # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. - skip-build-cache: true