Skip to content

Commit c968e13

Browse files
committed
upgrade to go 1.19
1 parent 0849591 commit c968e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/s3pool/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ all:
77
echo '// THIS FILE IS GENERATED BY Makefile. DO NOT MODIFY. ' > conf/rev.go
88
echo "package conf" >> conf/rev.go
99
echo "var Revision = \"0.2x\"" >> conf/rev.go
10+
-GOPATH=$(GOPATH) go mod init
11+
-GOPATH=$(GOPATH) go mod tidy
1012
GOPATH=$(GOPATH) go get .
1113
GOPATH=$(GOPATH) go build .
1214

0 commit comments

Comments
 (0)