diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 479bcf1..1a5c222 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -53,7 +53,7 @@ jobs: only-new-issues: true # Optional: if set to true then the action don't cache or restore ~/go/pkg. - # skip-pkg-cache: true + skip-pkg-cache: true # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. - # skip-build-cache: true + skip-build-cache: true