Skip to content

Commit

Permalink
Switch to go/1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dpb587 committed Mar 7, 2018
1 parent 5e6965a commit a97e9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/images/build/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM golang:1.10-stretch
RUN true \
&& apt-get update \
&& apt-get install -y curl git openssl \
Expand Down
2 changes: 1 addition & 1 deletion ci/images/unit/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.8.1-alpine
FROM golang:1.10-alpine
RUN true \
&& apk --no-cache add bash ca-certificates curl git openssl \
&& go get github.com/mattn/goveralls \
Expand Down

0 comments on commit a97e9d5

Please sign in to comment.