mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
Fix user-agent prefix to have docker instead of suffix. (#3074)
This commit is contained in:
+1
-1
@@ -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