mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
move to go1.24 (#21114)
This commit is contained in:
@@ -76,7 +76,7 @@ func TestServerConfigFile(t *testing.T) {
|
||||
|
||||
// Tests initializing new object layer.
|
||||
func TestNewObjectLayer(t *testing.T) {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
ctx, cancel := context.WithCancel(t.Context())
|
||||
defer cancel()
|
||||
// Tests for ErasureSD object layer.
|
||||
nDisks := 1
|
||||
|
||||
Reference in New Issue
Block a user