Replies: 1 comment 1 reply
-
Looks like that repository has a Dockerfile that uses go1.18, so needs to be updated; https://github.com/grokify/ringcentral-permahooks/blob/41a94cdd949173dd9f86ca7bea60d4071218479a/Dockerfile#L3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using docker/build-push-action@v6, however it is is using the Go 1.18 image for builds and test, which is failing because 1.21 or higher is needed.
This is my pipeline config:
Ref: https://github.com/grokify/ringcentral-permahooks/blob/41a94cdd949173dd9f86ca7bea60d4071218479a/.github/workflows/release.yaml
This pulls the
golang:1.18-alpine
image.More here: grokify/ringcentral-permahooks#196
How can I configure this to use
golang:1.23-alpine`?
Beta Was this translation helpful? Give feedback.
All reactions