diff --git a/.travis.yml b/.travis.yml index a0355c4..d1d2f9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ go: before_install: - go get github.com/mattn/goveralls - go get github.com/kardianos/govendor -- go get github.com/rickar/cal +- go get github.com/rickar/cal/v2 - govendor sync script: diff --git a/Dockerfile b/Dockerfile index 0b76606..bf1e2ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/beevee/konturtransferbot COPY . . RUN apk add --no-cache git mercurial \ && go get github.com/kardianos/govendor \ - && go get github.com/rickar/cal \ + && go get github.com/rickar/cal/v2 \ && govendor sync \ && apk del git mercurial RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/bin/konturtransferbot github.com/beevee/konturtransferbot/cmd/konturtransferbot