Skip to content

Conversation

@dims
Copy link
Member

@dims dims commented Dec 3, 2025

Seeing errors in recent runs, for example:
kubernetes/kubernetes#56876 (comment)

Log snippet

The last publishing run failed: command "/bin/bash -c curl -SLf https://storage.googleapis.com/golang/go1.24.10.linux-amd64.tar.gz | tar -xz --strip 1 -C /go-workspace/go-tmp-890452927" failed: exit status 2

[03 Dec 25 00:33 UTC]: command "/bin/bash -c curl -SLf https://storage.googleapis.com/golang/go1.24.10.linux-amd64.tar.gz | tar -xz --strip 1 -C /go-workspace/go-tmp-890452927" failed: exit status 2

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 3, 2025
@k8s-ci-robot k8s-ci-robot requested review from cici37 and jrsapi December 3, 2025 01:57
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 3, 2025
@dims dims merged commit e068323 into kubernetes:master Dec 3, 2025
4 of 7 checks passed
defer os.RemoveAll(tmpPath)

cmd := exec.Command("/bin/bash", "-c", fmt.Sprintf("curl -SLf https://storage.googleapis.com/golang/go%s.linux-amd64.tar.gz | tar -xz --strip 1 -C %s", v, tmpPath))
cmd := exec.Command("/bin/bash", "-c", fmt.Sprintf("curl -SLf https://dl.google.com/go/go%s.linux-amd64.tar.gz | tar -xz --strip 1 -C %s", v, tmpPath))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go.dev/dl/ seems to be the recommended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants