Update to Go1.12
Co-authored-by: juliens <julien@containo.us>
This commit is contained in:
parent
5a0b5470e7
commit
fb617044e0
10 changed files with 43 additions and 40 deletions
|
@ -1,11 +1,10 @@
|
|||
FROM golang:1.11-alpine
|
||||
FROM golang:1.12-alpine
|
||||
|
||||
RUN apk --update upgrade \
|
||||
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN go get golang.org/x/lint/golint \
|
||||
&& go get github.com/kisielk/errcheck \
|
||||
&& go get github.com/client9/misspell/cmd/misspell
|
||||
|
||||
# Which docker version to test on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue