version bump
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /go/src/lolcathost/pathway/
|
|||||||
|
|
||||||
COPY *.go VERSION ./
|
COPY *.go VERSION ./
|
||||||
RUN echo Building && \
|
RUN echo Building && \
|
||||||
env CGO_ENABLED=0 go build -trimpath -ldflags="all=-s -w -buildid= -X main.version=$(cat VERSION) -X main.buildtime=$(date +%FT%T%z)" && \
|
env CGO_ENABLED=0 GO111MODULE=off go build -trimpath -ldflags="all=-s -w -buildid= -X main.version=$(cat VERSION) -X main.buildtime=$(date +%FT%T%z)" && \
|
||||||
echo Compressing && \
|
echo Compressing && \
|
||||||
upx pathway > /dev/null
|
upx pathway > /dev/null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user