SQUASHME set gobin location
All checks were successful
Validate the build / validate-build (push) Successful in 59s

This commit is contained in:
2025-05-20 22:31:47 +02:00
parent 3afd537e80
commit fed90750bd

View File

@ -15,7 +15,7 @@ jobs:
apk update
apk add --no-cache git make bash go
go install mvdan.cc/gofumpt@latest
GOBIN=/usr/local/bin go install mvdan.cc/gofumpt@latest
export "PATH=$PATH:/root/go/bin"