We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f0ced commit 9cb0f1bCopy full SHA for 9cb0f1b
.golangci.yaml
@@ -26,6 +26,6 @@ linters-settings:
26
goconst:
27
min-occurrences: 6
28
29
-run:
30
- skip-dirs:
+issues:
+ exclude-dirs:
31
- goreleaser
go.mod
@@ -1,6 +1,8 @@
1
module github.com/go-semantic-release/hooks-goreleaser/v2
2
3
-go 1.23
+go 1.23.0
4
+
5
+toolchain go1.23.2
6
7
require (
8
github.com/caarlos0/log v0.4.6
0 commit comments