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 5d490a6 commit 818499b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 818499b

Please sign in to comment.