We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0849591 commit c968e13Copy full SHA for c968e13
src/s3pool/Makefile
@@ -7,6 +7,8 @@ all:
7
echo '// THIS FILE IS GENERATED BY Makefile. DO NOT MODIFY. ' > conf/rev.go
8
echo "package conf" >> conf/rev.go
9
echo "var Revision = \"0.2x\"" >> conf/rev.go
10
+ -GOPATH=$(GOPATH) go mod init
11
+ -GOPATH=$(GOPATH) go mod tidy
12
GOPATH=$(GOPATH) go get .
13
GOPATH=$(GOPATH) go build .
14
0 commit comments