Skip to content

Commit

Permalink
fix build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
NortonBen committed Oct 23, 2022
1 parent d70101c commit 714a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.19 as builder

ENV GO111MODULE=on
ENV GOFLAGS=" -ldflags '-w'"
ENV GOFLAGS="-ldflags=-w -ldflags=-s"
ENV GOPROXY=direct
ENV GOSUMDB=off

Expand Down

0 comments on commit 714a724

Please sign in to comment.