Skip to content

Commit

Permalink
downgrade Go to avoid golang/go#37436
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 26, 2020
1 parent f51e5a6 commit 8906366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gcc7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM golang:latest as gobuilder
# don't use Go 1.14; it has a severe bug that causes immediate crashes on
# Ubuntu - https://github.com/golang/go/issues/37436
FROM golang:1.13 as gobuilder

RUN go get -d github.com/BenLubar/git-last-modified \
&& go build -o /git-last-modified github.com/BenLubar/git-last-modified
Expand Down

0 comments on commit 8906366

Please sign in to comment.