Skip to content

Commit

Permalink
Добавил установку библиотеки cal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Amezhenko committed Dec 20, 2024
1 parent 818499b commit 4fd6107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fd6107

Please sign in to comment.