We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2650b commit af4bf95Copy full SHA for af4bf95
s3-benchmark/unibuild-packaging/deb/rules
@@ -16,6 +16,8 @@ export GOPATH := $(CURDIR)/$(BUILD_DIR)
16
# work on older OS versions.
17
override_dh_auto_configure:
18
go mod init wasabi.com/s3-benchmark
19
+ # Any version higher break the builds so hardcoding the required version
20
+ go mod edit -require "code.cloudfoundry.org/[email protected]"
21
go mod tidy
22
go get ./...
23
dh_auto_configure
0 commit comments