kevinjqliu commented on PR #592: URL: https://github.com/apache/iceberg-go/pull/592#issuecomment-3377419991
its actually due to https://github.com/apache/iceberg-go/pull/591 ``` ++ curl --fail --location --show-error --silent https://api.github.com/repos/golang/go/git/matching-refs/tags/go ++ jq -r ' .[] | .ref' ++ sort -V ++ tail -1 ++ sed s,refs/tags/go,,g curl: (56) The requested URL returned error: 403 + go_version= Failed to verify release candidate. See /var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/iceberg-go-0.0.1-0.XXXXX.qXkjhV3Ga0 for details. + cleanup + go clean -modcache dev/release/verify_rc.sh: line 50: go: command not found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
