From 4fd6107a99e71a04e94311cc7d6039b2de09228b Mon Sep 17 00:00:00 2001 From: Alexander Amezhenko Date: Fri, 20 Dec 2024 17:40:06 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D1=83=20=D0=B1?= =?UTF-8?q?=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B8=20cal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1d2f9b..de08d98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: - go get github.com/mattn/goveralls - go get github.com/kardianos/govendor - go get github.com/rickar/cal/v2 +- go get github.com/rickar/cal/v2/ru - govendor sync script: diff --git a/Dockerfile b/Dockerfile index bf1e2ca..584a7bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ COPY . . RUN apk add --no-cache git mercurial \ && go get github.com/kardianos/govendor \ && go get github.com/rickar/cal/v2 \ + && go get github.com/rickar/cal/v2/ru \ && 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