add dep go-githubactions

This commit is contained in:
D Ther 2020-10-14 16:35:59 +06:30
parent 94c7228bbd
commit b6a91bc36d
No known key found for this signature in database
GPG key ID: 4729D840D81DC783

View file

@ -1,6 +1,6 @@
FROM golang:1.13 AS builder FROM golang:1.13 AS builder
RUN apt-get update && apt-get -y install upx RUN apt-get update && apt-get -y install upx && go get -u github.com/sethvargo/go-githubactions/...
ENV GO111MODULE=on CGO_ENABLED=0 ENV GO111MODULE=on CGO_ENABLED=0