Skip to content

Commit

Permalink
Retract new version
Browse files Browse the repository at this point in the history
Retracting v1.23.1 ensures that when we publish 1.23.1 go tooling
will downgrade correctly to 0.6.1
  • Loading branch information
sukunrt committed Aug 22, 2024
1 parent c302a46 commit 80e83aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pion/stun

go 1.12

Check failure on line 3 in go.mod

View workflow job for this annotation

GitHub Actions / lint / Metadata

Invalid Go version

Found 1.12. Expected 1.19

retract [v1.0.0, v1.23.0] // invalid module path
retract [v1.0.0, v1.23.1] // invalid module path

require (
github.com/pion/dtls/v2 v2.2.7
Expand Down

0 comments on commit 80e83aa

Please sign in to comment.