diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f9a9e12c0..af80f3723 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -51,10 +51,10 @@ jobs: # skip-go-installation: 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 - name: Cleanup build container run: docker rm -f -v build