Skip to content

Commit 27e1988

Browse files
authored
chore: add retract directive for versions v0.0.8-v0.0.10, release 0.0.11 (#147)
## Description This will ensure that when version 0.0.11 is published by release-please, no one ever accidentally uses the corrupt versions. Also, commit messages in this PR also should cause release-please to choose 0.0.11 as the next version it releases. --------- Signed-off-by: Matt Welke <[email protected]>
1 parent f26f1fa commit 27e1988

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module github.com/validator-labs/validator-plugin-maas
22

33
go 1.22.5
44

5+
// Versions published more than once, so the latest "versions" of these
6+
// versions cannot be accessed when using the Go module mirror.
7+
retract [v0.0.8, v0.0.10]
8+
59
require (
610
github.com/canonical/gomaasclient v0.7.0
711
github.com/deckarep/golang-set/v2 v2.6.0

0 commit comments

Comments
 (0)