Skip to content

Commit 1473ef4

Browse files
committed
Github action: use 1.13-stretch to use glibc compatible with Ubuntu 18.04
1 parent 446c5e4 commit 1473ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13
1+
FROM golang:1.13-stretch
22

33
RUN \
44
apt-get update && \

0 commit comments

Comments
 (0)