From 1a4b4844808772edb6f2824ee18290a99bd0cc33 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Fri, 5 Jan 2024 12:31:04 -0800 Subject: [PATCH] golang for ubuntu? --- .github/docker-images/ubuntu-18-x64/Dockerfile | 1 + .github/docker-images/ubuntu-20-x64/Dockerfile | 1 + .github/docker-images/ubuntu-22-x64/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/docker-images/ubuntu-18-x64/Dockerfile b/.github/docker-images/ubuntu-18-x64/Dockerfile index cfcdc3e80..e63ae17ee 100644 --- a/.github/docker-images/ubuntu-18-x64/Dockerfile +++ b/.github/docker-images/ubuntu-18-x64/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update -qq \ software-properties-common \ apt-transport-https \ ca-certificates \ + golang-go \ && apt-get clean ############################################################################### diff --git a/.github/docker-images/ubuntu-20-x64/Dockerfile b/.github/docker-images/ubuntu-20-x64/Dockerfile index c9a2bfd99..99b6ac5e1 100644 --- a/.github/docker-images/ubuntu-20-x64/Dockerfile +++ b/.github/docker-images/ubuntu-20-x64/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update -qq \ software-properties-common \ apt-transport-https \ ca-certificates \ + golang-go \ && apt-get clean ############################################################################### diff --git a/.github/docker-images/ubuntu-22-x64/Dockerfile b/.github/docker-images/ubuntu-22-x64/Dockerfile index 5924fc114..705b1834f 100644 --- a/.github/docker-images/ubuntu-22-x64/Dockerfile +++ b/.github/docker-images/ubuntu-22-x64/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update -qq \ software-properties-common \ apt-transport-https \ ca-certificates \ + golang-go \ && apt-get clean ###############################################################################