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

Commit dccb2ac

Browse files
committed
Update golalgci linters
1 parent a5bcebf commit dccb2ac

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ linters:
88
- asciicheck
99
- bodyclose
1010
- dupl
11-
- exportloopref
11+
- copyloopvar
1212
- dogsled
1313
- importas
1414
- nilerr
@@ -17,9 +17,7 @@ linters:
1717
- testpackage
1818
- whitespace
1919
disable:
20-
# TODO remove these
2120
- unused
22-
- deadcode
2321
linters-settings:
2422
gomoddirectives:
2523
replace-allow-list:
@@ -36,4 +34,4 @@ linters-settings:
3634
checks:
3735
- all
3836
issues:
39-
exclude-use-default: false
37+
exclude-use-default: false

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module go.containerssh.io/libcontainerssh
22

3-
go 1.21
3+
go 1.22.0
4+
45
toolchain go1.22.5
56

67
require (

0 commit comments

Comments
 (0)