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

Skip to content

Commit 0abb6be

Browse files
authored
Update Go to 1.20.3
1 parent f3b298a commit 0abb6be

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.19.4.linux-amd64.tar.gz \
12+
RUN curl -Lo /tmp/go.tar.gz https://dl.google.com/go/go1.20.3.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)