diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d05d302..808ce29 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -10,6 +10,10 @@ permissions: contents: read # Optional: allow read access to pull request. Use with `only-new-issues` option. # pull-requests: read +env: + GOCACHE: /home/runner/work/go/pkg/build + GOPATH: /home/runner/work/go + jobs: golangci: name: lint