Add tests for multipart upload overwrites on versioned buckets (#18142)

This commit is contained in:
Harshavardhana
2023-09-30 03:13:56 -07:00
committed by GitHub
parent b3cd893f93
commit c50627ee3e
10 changed files with 382 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ GOARCH := $(shell go env GOARCH)
GOOS := $(shell go env GOOS)
VERSION ?= $(shell git describe --tags)
TAG ?= "minio/minio:$(VERSION)"
TAG ?= "quay.io/minio/minio:$(VERSION)"
GOLANGCI_VERSION = v1.51.2
GOLANGCI_DIR = .bin/golangci/$(GOLANGCI_VERSION)