We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8458be6 commit b37f15cCopy full SHA for b37f15c
.golangci.yml
@@ -83,6 +83,8 @@ linters:
83
- wsl
84
85
linters-settings:
86
+ gomoddirectives:
87
+ retract-allow-no-explanation: true
88
maintidx:
89
under: 40
90
misspell:
go.mod
@@ -13,3 +13,6 @@ require (
13
github.com/pmezard/go-difflib v1.0.0 // indirect
14
gopkg.in/yaml.v3 v3.0.1 // indirect
15
)
16
+
17
+// versioning changed to 0.x.x
18
+retract [v1.0.0, v1.5.0]
0 commit comments