Skip to content

Commit

Permalink
ci: remove deprecated linters (replaced by unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored and aeneasr committed Oct 4, 2022
1 parent 09751e6 commit 37ff495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GOGC: 100
with:
args: --timeout 10m0s
version: v1.47.3
version: v1.49.0
skip-go-installation: true
skip-pkg-cache: true
- name: Build Kratos
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- staticcheck
- structcheck
- typecheck
- unused
- gosec
- varcheck
# - golint
- goimports
disable:
Expand Down

0 comments on commit 37ff495

Please sign in to comment.