Skip to content

Bump versions of Go packages used by the build image CI #3116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

ptodev
Copy link
Contributor

@ptodev ptodev commented Mar 26, 2025

The CI has been failing and I hope that this might fix it...

The failure happens when installing some Go packages:

2025-03-26T19:18:15.8063568Z  > [linux/arm64 golang 2/2] RUN go install sigs.k8s.io/controller-tools/cmd/[email protected]  && go install github.com/mitchellh/[email protected]                                          && go install github.com/tcnksm/[email protected]                                            && go install github.com/grafana/tanka/cmd/[email protected]                                  && go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]                 && go install github.com/google/go-jsonnet/cmd/[email protected]                         && go install github.com/golang/protobuf/[email protected]                          && go install github.com/gogo/protobuf/[email protected]                     && go install github.com/gogo/protobuf/gogoproto/[email protected]                            && go install github.com/ahmetb/[email protected]  && go install github.com/norwoodj/helm-docs/cmd/[email protected]:
2025-03-26T19:18:15.8068064Z 10.24 go: downloading github.com/go-logr/logr v1.2.0
2025-03-26T19:18:15.8068780Z 10.32 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158
2025-03-26T19:18:15.8069538Z 10.56 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2025-03-26T19:18:15.8070233Z 11.02 go: downloading github.com/json-iterator/go v1.1.12
2025-03-26T19:18:15.8070960Z 11.06 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
2025-03-26T19:18:15.8071771Z 11.87 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
2025-03-26T19:18:15.8072666Z 13.06 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-03-26T19:18:15.8073478Z 13.17 go: downloading github.com/modern-go/reflect2 v1.0.2
2025-03-26T19:18:15.8074055Z 14.56 go: downloading golang.org/x/text v0.3.7
2025-03-26T19:18:15.8074627Z 285.8 net: gcc: signal: segmentation fault (core dumped)

I haven't tested this, but it's a low risk change so I think it's worth to try it out.

@ptodev ptodev requested a review from a team as a code owner March 26, 2025 19:43
@dehaansa
Copy link
Contributor

dehaansa commented Apr 1, 2025

build image issues were resolved by updating qemu and ubuntu image, this is no longer required.

@dehaansa dehaansa closed this Apr 1, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants