Skip to content

Commit

Permalink
Update golangci-lint to v1.50.1
Browse files Browse the repository at this point in the history
* Updated golangci-lint version
* Removed deprecated linters

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Nov 10, 2022
1 parent d0367e9 commit 16a071b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2
version: v1.50.1
working-directory: src/github.com/containerd/imgcrypt

tests:
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
linters:
enable:
- depguard
- structcheck
- varcheck
- staticcheck
- unconvert
- gofmt
Expand Down

0 comments on commit 16a071b

Please sign in to comment.