Force golangci-lint cache directory for running as action.
All checks were successful
Build container / BuildImage (push) Successful in 1m46s
All checks were successful
Build container / BuildImage (push) Successful in 1m46s
This commit is contained in:
parent
fba4800284
commit
6b53431bf1
@ -11,6 +11,9 @@ export GOCACHE=/home/container/go/build
|
||||
export GOMODCACHE=/home/container/go/pkg/mod
|
||||
export GOPATH=/home/container/go
|
||||
|
||||
# ...and golangci-lint also!
|
||||
export GOLANGCI_LINT_CACHE=/home/container/golangci-lint
|
||||
|
||||
if [ "${CMD}" == "" ]; then
|
||||
CMD="${INPUT_COMMAND}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user