Skip to content

Commit 9cb0f1b

Browse files
style: fix linter
1 parent 41f0ced commit 9cb0f1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ linters-settings:
2626
goconst:
2727
min-occurrences: 6
2828

29-
run:
30-
skip-dirs:
29+
issues:
30+
exclude-dirs:
3131
- goreleaser

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/go-semantic-release/hooks-goreleaser/v2
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.2
46

57
require (
68
github.com/caarlos0/log v0.4.6

0 commit comments

Comments
 (0)