Skip to content

Commit

Permalink
lint: golangci upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Nov 4, 2024
1 parent 56b559d commit 163e2d2
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 317 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23'

jobs:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
- durationcheck
- errcheck
- errname
- exportloopref
- copyloopvar
- forcetypeassert
- goconst
- gofmt
Expand Down
Loading

0 comments on commit 163e2d2

Please sign in to comment.