fix(ci): add Setup Go to the native add-on publish lane (#3425) #3505
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3505
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/native-addons-publish-setup-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
native-addons.ymlpublish lane failed at "Install go-size-analyzer":The gsa install step runs
go install ...@v1.13.0, but the publish job (theserviceradar-signing runner) has no
goon PATH — there was no Setup Go step(the release-gate work added the gsa install without it). Every other workflow
that needs go (docker-build, golangci-lint, banner-grab-large,
tests-rust-addon-interop) uses actions/setup-go; mirror it here, before the
gsa install, pinning go-version-file: go.mod.
(The hermetic-native-addon-builds proposal will eventually replace this
workflow-time
go installwith a Bazel-pinned gsa tool target; this is theminimal unblock.)
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
IMPORTANT: Please sign the Developer Certificate of Origin
Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
The `native-addons.yml` publish lane failed at "Install go-size-analyzer": /var/run/act/workflow/6.sh: line 2: go: command not found exitcode '127': command not found The gsa install step runs `go install ...@v1.13.0`, but the publish job (the serviceradar-signing runner) has no `go` on PATH — there was no Setup Go step (the release-gate work added the gsa install without it). Every other workflow that needs go (docker-build, golangci-lint, banner-grab-large, tests-rust-addon-interop) uses actions/setup-go; mirror it here, before the gsa install, pinning go-version-file: go.mod. (The hermetic-native-addon-builds proposal will eventually replace this workflow-time `go install` with a Bazel-pinned gsa tool target; this is the minimal unblock.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>lgtm