Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b37f15c

Browse files
authoredDec 13, 2022
retract old versions (#21)
1 parent 8458be6 commit b37f15c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ linters:
8383
- wsl
8484

8585
linters-settings:
86+
gomoddirectives:
87+
retract-allow-no-explanation: true
8688
maintidx:
8789
under: 40
8890
misspell:

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ require (
1313
github.com/pmezard/go-difflib v1.0.0 // indirect
1414
gopkg.in/yaml.v3 v3.0.1 // indirect
1515
)
16+
17+
// versioning changed to 0.x.x
18+
retract [v1.0.0, v1.5.0]

0 commit comments

Comments
 (0)
Please sign in to comment.