1 Commits
v7 ... main

Author SHA1 Message Date
6b53431bf1 Force golangci-lint cache directory for running as action.
All checks were successful
Build container / BuildImage (push) Successful in 1m46s
2025-09-11 08:09:23 +05:00

View File

@@ -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