Skip to content

Commit

Permalink
build: update go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed May 7, 2024
1 parent 804b5f9 commit 888cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM zktachyon/halo2:jammy-latest AS builder
LABEL maintainer="The Tachyon Authors <tachyon-discuss@kroma.network>"

ARG RUST_TOOLCHAIN_VERSION=nightly-2023-04-10
ARG GO_VERSION=1.20.3
ARG GO_VERSION=1.22.2

RUN apt update && \
apt install -y --no-install-recommends \
Expand Down

0 comments on commit 888cc96

Please sign in to comment.