Support Gozero
Please fix CI.
Why does this commit hash appear to be wrong? My last commit ID is 3012842, but the CI build is using 4b51072. I expected the CI to build the latest commit, so I’m trying to understand why it’s picking an error one. @mrproliu thanks.
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -ldflags "-X main.version=4b51072 -X main.gitCommit=4b51072" -o /home/runner/work/skywalking-go/skywalking-go/tools/go-agent/../..//bin/skywalking-go-agent-4b51072-linux-amd64 ./cmd
https://github.com/apache/skywalking-go/actions/runs/17224357417/job/48866299992?pr=230
It will merge the main branch into your branch, so it's fine to run this. You should focus on the CI issue, rather than the commit ID.