disable builds for go1.18 (#16332)

This commit is contained in:
Harshavardhana
2022-12-30 11:37:07 -08:00
committed by GitHub
parent b67d97b1ba
commit 75faef888e
6 changed files with 13 additions and 12 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/minio/minio
go 1.18
go 1.19
require (
cloud.google.com/go/storage v1.28.1