You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(install): add go_bin target_dir for Go tool path convention
Replace ${GOPATH} expansion with a go_bin strategy that:
- On update: keeps the binary where it currently is (respects gup)
- On fresh install: best-guesses Go bin folder via GOPATH env,
`go env GOPATH`, or ~/go/bin fallback (no Go runtime required)
Apply to golangci-lint and gosec to avoid duplicate installations
in both ~/.local/bin and ~/go/bin.
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
0 commit comments