build(tests): fix mc installation (#2910)

This commit is contained in:
Julio Lopez authored and GitHub committed 2023-04-10 01:36:53 +00:00
1 parent 9a9048c121
commit cb2d117533
1 file changed
+1 -1
+1 -1
View File
@@ -198,7 +198,7 @@ $(kopia08):
MINIO_MC_PATH=$(TOOLS_DIR)/bin/mc$(exe_suffix)
$(MINIO_MC_PATH):
GOBIN=$(TOOLS_DIR)/bin go install github.com/minio/mc@latest
GOBIN=$(TOOLS_DIR)/bin go install github.com/minio/mc@RELEASE.2023-04-06T16-51-10Z
export MINIO_MC_PATH