Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Dec 17, 2024
1 parent 055fcb7 commit 67efb4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: [ "1.22", "1.23" ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.61.0
GOLANGCI_LINT_VERSION: v1.62.2

steps:
- name: Install Go
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ linters-settings:
linters:
enable-all: true
disable:
- execinquery # deprecated
- exportloopref # deprecated
- gomnd # deprecated
- depguard
- err113
- exhaustive
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/hamba/logger/v2

go 1.22
toolchain go1.22.5
go 1.22.7

require (
github.com/go-stack/stack v1.8.1
Expand Down

0 comments on commit 67efb4c

Please sign in to comment.