Skip to content
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

Builds based on golang"1.20 don't work #5953

Closed
krzysied opened this issue Jul 14, 2023 · 0 comments · Fixed by #5954
Closed

Builds based on golang"1.20 don't work #5953

krzysied opened this issue Jul 14, 2023 · 0 comments · Fixed by #5954
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@krzysied
Copy link
Contributor

Which component are you using?:
Cluster Autoscaler

What version of the component are you using?:

Component version: 1.27

What did you expect to happen?:

make build-in-docker should work

What happened instead?:

Build failed with the following error
Reading package lists... E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true' E: Sub-process returned an error code The command '/bin/sh -c apt-get update && apt-get --yes install libseccomp-dev' returned a non-zero code: 100

How to reproduce it (as minimally and precisely as possible):

run make build-in-docker with golang:1.20 referencing golang:1.20.5 or golang:1.20.6

Anything else we need to know?:

golang:1.20.5 or golang:1.20.6 seems to be the bad versions
golang:1.20.4 works fine

@krzysied krzysied added the kind/bug Categorizes issue or PR as related to a bug. label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant