We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f329e88 commit 9bf044aCopy full SHA for 9bf044a
1 file changed
go.mod
@@ -7,4 +7,7 @@ retract v11.0.1
7
// v11.2.0 accidentally introduced a breaking change regarding the behavior of nil slices of complex types.
8
retract v11.2.0
9
10
+// v11.3.0 merges OS environment variables with environments set with Options instead of overriding them.
11
+retract v11.3.0
12
+
13
go 1.18
0 commit comments