mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Fix user-agent prefix to have docker instead of suffix. (#3074)
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
// Global constants for Minio.
|
||||
const (
|
||||
minGoVersion = ">= 1.7.1" // minimum Go runtime version
|
||||
minGoVersion = ">= 1.7" // Minio requires at least Go v1.7
|
||||
)
|
||||
|
||||
// minio configuration related constants.
|
||||
|
||||
Reference in New Issue
Block a user