From 1473ef44549e2664bce607595f60afe230389aad Mon Sep 17 00:00:00 2001 From: "Brendan C. Ward" Date: Thu, 26 Mar 2020 14:07:25 -0700 Subject: [PATCH] Github action: use 1.13-stretch to use glibc compatible with Ubuntu 18.04 --- .github/actions/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile index 1dc3022..8e1f44c 100644 --- a/.github/actions/build/Dockerfile +++ b/.github/actions/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 +FROM golang:1.13-stretch RUN \ apt-get update && \