Skip to content

Commit

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

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

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

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

0 comments on commit 1a4b484

Please sign in to comment.