Skip to content

Commit 80fad73

Browse files
authored
Add retract directive for v1.16.0 (#378)
This adds retract directive to go.mod for v1.16.0 which was a bad release causing issues like #370. See also: https://go.dev/ref/mod#go-mod-file-retract.
1 parent c8f963c commit 80fad73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ require (
99
github.com/pmezard/go-difflib v1.0.0 // indirect
1010
gopkg.in/yaml.v3 v3.0.1 // indirect
1111
)
12+
13+
retract (
14+
v1.16.0 // bad release
15+
)

0 commit comments

Comments
 (0)