skywalking-go icon indicating copy to clipboard operation
skywalking-go copied to clipboard

Support Gozero

Open youngxhui opened this issue 4 months ago • 3 comments

Support Gozero framework

youngxhui avatar Aug 24 '25 03:08 youngxhui

Please fix CI.

wu-sheng avatar Aug 24 '25 03:08 wu-sheng

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

youngxhui avatar Aug 26 '25 00:08 youngxhui

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.

mrproliu avatar Aug 26 '25 09:08 mrproliu