From 8dc6eabbc02ef07c76671d53f28baf46871d5b68 Mon Sep 17 00:00:00 2001
From: silverwind <me@silverwind.io>
Date: Sat, 22 Apr 2023 20:53:00 +0200
Subject: Update go tool dependencies, restructure lint targets (#24239)

- Update all tool dependencies to latest tag
- Remove unused errcheck, it is part of golangci-lint
- Include main.go in air
- Enable wastedassign again now that it's
[generics-compatible](https://github.com/golangci/golangci-lint/pull/3689)
- Restructured lint targets to new `lint-*` namespace
---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.drone.yml')

diff --git a/.drone.yml b/.drone.yml
index 789f1ffca4..d1eca955fc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -59,7 +59,7 @@ steps:
   - name: lint-backend-windows
     image: gitea/test_env:linux-1.20-amd64  # https://gitea.com/gitea/test-env
     commands:
-      - make golangci-lint-windows vet
+      - make lint-go-windows lint-go-vet
     environment:
       GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not
       GOSUMDB: sum.golang.org
-- 
cgit v1.2.3