Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Oct 19, 2024
1 parent 41f0ced commit 9cb0f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ linters-settings:
goconst:
min-occurrences: 6

run:
skip-dirs:
issues:
exclude-dirs:
- goreleaser
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/go-semantic-release/hooks-goreleaser/v2

go 1.23
go 1.23.0

toolchain go1.23.2

require (
github.com/caarlos0/log v0.4.6
Expand Down

0 comments on commit 9cb0f1b

Please sign in to comment.