Skip to content

Commit

Permalink
Bump go version to 1.21 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Guerville <aguerville@sibros.tech>
  • Loading branch information
Sadzeih and Alexis Guerville authored Dec 28, 2023
1 parent fd09131 commit 8230467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ${REPOSITORY_BASE_PATH}/runner-pulumi-base-alpine:${RELEASE_VERSION}
USER root
WORKDIR /home/spacelift

COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
COPY --from=golang:1.21-alpine /usr/local/go/ /usr/local/go/
ENV PATH=${PATH}:/usr/local/go/bin

USER spacelift

0 comments on commit 8230467

Please sign in to comment.