add dep go-githubactions
This commit is contained in:
parent
94c7228bbd
commit
b6a91bc36d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue