Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3879502

Browse files
authored
Update Go to 1.21.0
1 parent 9182b3b commit 3879502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
# go
12-
RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.20.6.linux-amd64.tar.gz \
12+
RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz \
1313
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
1414
&& rm /tmp/go.tar.gz
1515
ENV PATH=$PATH:/usr/local/go/bin

0 commit comments

Comments
 (0)