Skip to content

Commit dd0a486

Browse files
avelinocassiobotaro
authored andcommittedDec 18, 2018
build error github.com/shurcooL/highlight_go on go 1.10 alpine (avelino#2291)
ref avelino#1903 ``` github.com/shurcooL/highlight_go (download) github.com/sourcegraph/annotate (download) github.com/sourcegraph/syntaxhighlight (download) github.com/shurcooL/highlight_go/internal/go/token src/github.com/shurcooL/highlight_go/internal/go/token/token.go:12: syntax error: unexpected = in type declaration github.com/sourcegraph/annotate github.com/sourcegraph/syntaxhighlight ERROR: Service 'webhook' failed to build: The command '/bin/sh -c go get -u -v github.com/shurcooL/highlight_go' returned a non-zero code: 2 ```
1 parent 8c487a5 commit dd0a486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM golang:alpine
1+
FROM golang:1.10-alpine
22

33
RUN apk add --update -t build-deps curl go git libc-dev gcc libgcc
4-
RUN go get -u -v github.com/shurcooL/github_flavored_markdown/... github.com/gorilla/mux
4+
RUN go get -u -v github.com/shurcooL/github_flavored_markdown github.com/gorilla/mux
55

66
WORKDIR /srv
77

0 commit comments

Comments
 (0)
Please sign in to comment.