Skip to content

Conversation

@segiddins
Copy link
Contributor

I was having trouble getting a build done on the existing base image

Signed-off-by: Samuel Giddins <segiddins@segiddins.me>
Copy link
Contributor

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

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

Thanks! With the current main, I saw:

 => ERROR [4/4] RUN go build -o /bin/action ./                                                                                                                                                                                                                                                                                                                         0.5s
------
 > [4/4] RUN go build -o /bin/action ./:
0.442 go: go.mod requires go >= 1.22.5 (running go 1.22.1; GOTOOLCHAIN=local)
------

your patch fixes that

@jhrozek jhrozek merged commit fee12d8 into stacklok:main Sep 30, 2024
3 checks passed
jhrozek added a commit that referenced this pull request Sep 30, 2024
To avoid issues like the one we saw in PR #55, let's add a step to our
workflows that builds the docker image, but does not push it.
jhrozek added a commit that referenced this pull request Sep 30, 2024
To avoid issues like the one we saw in PR #55, let's add a step to our
workflows that builds the docker image, but does not push it.
jhrozek added a commit that referenced this pull request Sep 30, 2024
To avoid issues like the one we saw in PR #55, let's add a step to our
workflows that builds the docker image, but does not push it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants