Skip to content

Commit

Permalink
golang1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 8, 2024
1 parent 1a4b484 commit 52fd4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker-images/ubuntu-18-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -qq \
software-properties-common \
apt-transport-https \
ca-certificates \
golang-go \
golang-1.18 \
&& apt-get clean

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/ubuntu-20-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update -qq \
software-properties-common \
apt-transport-https \
ca-certificates \
golang-go \
golang-1.18 \
&& apt-get clean

###############################################################################
Expand Down

0 comments on commit 52fd4eb

Please sign in to comment.