Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed May 7, 2024
1 parent 3f1a634 commit 47894b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ linters:
- maligned
- nosnakecase
- scopelint
- gomnd
- execinquery

linters-settings:
gocyclo:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ysmood/golangci-lint

go 1.21
go 1.22

require github.com/ysmood/fetchup v0.2.4
2 changes: 1 addition & 1 deletion pkg/lint/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// DefaultVer of golangci-lint to use.
const DefaultVer = "1.57.2"
const DefaultVer = "1.58.0"

// Linter ...
type Linter struct {
Expand Down

0 comments on commit 47894b4

Please sign in to comment.