mirror of
https://github.com/dockersrc/go
synced 2026-06-24 14:01:08 -04:00
a5941bab8f
Four asset naming bugs found and fixed; gopls and govulncheck moved back to go install (neither publishes binary release assets). - rootfs/root/docker/setup/05-custom.sh: - gofumpt: asset includes version tag (gofumpt_v0.x.y_linux_amd64) - gotestsum: uses amd64/arm64 convention, not x86_64 - air: asset includes version without v prefix (air_1.x.y_linux_amd64) - gopls: no binary release assets → go install golang.org/x/tools/gopls@latest - govulncheck: no binary release assets → go install golang.org/x/vuln/cmd/govulncheck@latest - _gh_latest: add null/empty guard; print per-tool progress; auth header when GITHUB_TOKEN is set rootfs/root/docker/setup/05-custom.sh