Skip to content

Commit 16a071b

Browse files
committed
Update golangci-lint to v1.50.1
* Updated golangci-lint version * Removed deprecated linters Signed-off-by: Austin Vazquez <[email protected]>
1 parent d0367e9 commit 16a071b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- uses: golangci/golangci-lint-action@v3
5757
with:
58-
version: v1.46.2
58+
version: v1.50.1
5959
working-directory: src/github.com/containerd/imgcrypt
6060

6161
tests:

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
linters:
22
enable:
33
- depguard
4-
- structcheck
5-
- varcheck
64
- staticcheck
75
- unconvert
86
- gofmt

0 commit comments

Comments
 (0)