fix depreciated call go get (#40)
* fix depreciated call go get * it told me add go mod tidy
This commit is contained in:
parent
8491708366
commit
4fd68bb874
@ -8,6 +8,8 @@ RUN apk add --no-cache git
|
||||
WORKDIR /go/src/transmission-telegram
|
||||
COPY . .
|
||||
|
||||
RUN go mod init transmission-telegram
|
||||
RUN go mod tidy
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user