Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Update golalgci linters
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Dec 2, 2024
1 parent a5bcebf commit dccb2ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ linters:
- asciicheck
- bodyclose
- dupl
- exportloopref
- copyloopvar
- dogsled
- importas
- nilerr
Expand All @@ -17,9 +17,7 @@ linters:
- testpackage
- whitespace
disable:
# TODO remove these
- unused
- deadcode
linters-settings:
gomoddirectives:
replace-allow-list:
Expand All @@ -36,4 +34,4 @@ linters-settings:
checks:
- all
issues:
exclude-use-default: false
exclude-use-default: false
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module go.containerssh.io/libcontainerssh

go 1.21
go 1.22.0

toolchain go1.22.5

require (
Expand Down

0 comments on commit dccb2ac

Please sign in to comment.