Skip to content

Commit

Permalink
Add retract directive for v1.16.0 (#378)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sywhang committed Feb 21, 2023
1 parent c8f963c commit 80fad73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
v1.16.0 // bad release
)

0 comments on commit 80fad73

Please sign in to comment.