Skip to content

Commit

Permalink
Upgrade golang version in docker to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed May 22, 2024
1 parent 00af11c commit 5cbc429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM streamnative/pulsar-all:$PULSAR_VERSION
USER root

# install golang
ENV GOLANG_VERSION 1.21
ENV GOLANG_VERSION 1.21.0
RUN curl -sSL https://storage.googleapis.com/golang/go$GOLANG_VERSION.linux-amd64.tar.gz \
| tar -C /usr/local -xz
ENV PATH /usr/local/go/bin:$PATH
Expand Down

0 comments on commit 5cbc429

Please sign in to comment.