Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Version up go in duci
Browse files Browse the repository at this point in the history
  • Loading branch information
duck8823 committed Aug 26, 2018
1 parent 9530aaf commit b6883bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .duci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine
FROM golang:1.11rc2-alpine
MAINTAINER shunsuke maeda <[email protected]>

RUN apk --update add --no-cache alpine-sdk
Expand All @@ -7,10 +7,10 @@ WORKDIR /go/src/github.com/duck8823/duci

ADD . .

RUN go get golang.org/x/vgo

ENV CC=gcc
ENV CI=duci

ENTRYPOINT ["vgo"]
ENV GO111MODULE=on

ENTRYPOINT ["go"]
CMD ["test", "./..."]

0 comments on commit b6883bc

Please sign in to comment.