Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#7888 from ethereum-optimism/fix/…
Browse files Browse the repository at this point in the history
…ci-builder-go-version-envvar

ci-builder: go version env var
  • Loading branch information
mslipper authored Oct 30, 2023
2 parents 06e048c + 9f38888 commit 9599375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/docker/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV GO_VERSION=1.21.1

# Fetch go manually, rather than using a Go base image, so we can copy the installation into the final stage
RUN curl -sL https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz -o go$GO_VERSION.linux-amd64.tar.gz && \
tar -C /usr/local/ -xzvf go1.21.1.linux-amd64.tar.gz
tar -C /usr/local/ -xzvf go$GO_VERSION.linux-amd64.tar.gz

ENV GOPATH=/go
ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
Expand Down

0 comments on commit 9599375

Please sign in to comment.