Skip to content

Commit 53867ac

Browse files
authored
chore: retract v1.13.14-0.1.0.rc-2 (#141)
## Why this should be merged Our initial release tags weren't well-formed for our needs. Although the format was locked in in #81, I still stuffed up rc2. With the upcoming rc3 release, we want to ensure that Go tooling picks it up as the latest, which requires retracting rc2 as its format means it will take higher precedence. ## How this works `go.mod` `retract` ## How this was tested n/a
1 parent f7a3a4f commit 53867ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ module github.com/ava-labs/libevm
22

33
go 1.20
44

5-
retract v1.13.14-0.1.0-rc.1 // bad semver format ("0-rc" grouping) considered > .rc-2
5+
retract (
6+
// Bad semver formats resulting in incorrect precedence
7+
v1.13.14-0.1.0-rc.1
8+
v1.13.14-0.1.0.rc-2
9+
)
610

711
require (
812
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0

0 commit comments

Comments
 (0)