Skip to content

Commit

Permalink
Forcing use of Go module bytefmt@v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Oct 16, 2024
1 parent 418668d commit 08b6c6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s3-benchmark/unibuild-packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export GOPATH := $(CURDIR)/$(BUILD_DIR)
# work on older OS versions.
override_dh_auto_configure:
go mod init wasabi.com/s3-benchmark
# Any version higher break the builds so hardcoding the required version
go mod edit -require "code.cloudfoundry.org/bytefmt@v0.3.0"
go mod tidy
go get ./...
dh_auto_configure
Expand Down

0 comments on commit 08b6c6d

Please sign in to comment.