We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c5fdd commit 2eab3deCopy full SHA for 2eab3de
1 file changed
MIGRATION.md
@@ -6,7 +6,7 @@ This guide covers migrating from the previous salt version to the new structure.
6
7
Update `go.mod` to require Go 1.24:
8
9
-```
+```text
10
go 1.24
11
```
12
@@ -279,7 +279,7 @@ httpMW := middleware.DefaultHTTP(slog.Default())
279
// If you imported go-defaults directly:
280
// Before: "github.com/mcuadros/go-defaults"
281
// After: "github.com/creasty/defaults"
282
-// API change: defaults.SetDefaults(cfg) → defaults.Set(cfg)
+// API change: defaults.SetDefaults(cfg) → defaults.Set(cfg) (now returns error)
283
284
285
The config package no longer prints warnings to stdout when a config file is missing.
0 commit comments