Skip to content

Commit

Permalink
Add Go env til golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KforG committed Mar 1, 2024
1 parent 098f801 commit 38136e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38136e2

Please sign in to comment.