diff options
author | silverwind <me@silverwind.io> | 2022-12-08 09:21:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 16:21:37 +0800 |
commit | 0585ac3ac6ff4f59e8455cb5f4cbe42c4b79c965 (patch) | |
tree | 4af0fa56e13f9a2008a7d34b2fc776c5373868af /models/migrations/v1_7/v74.go | |
parent | cf27403e189f674d9a1e02cb71bc1ac13a5ba23d (diff) | |
download | gitea-0585ac3ac6ff4f59e8455cb5f4cbe42c4b79c965.tar.gz gitea-0585ac3ac6ff4f59e8455cb5f4cbe42c4b79c965.zip |
Update go dev dependencies (#22064)
`golangci-lint`
[deprecated](https://github.com/golangci/golangci-lint/issues/1841) a
bunch of linters, removed them.
Diffstat (limited to 'models/migrations/v1_7/v74.go')
-rw-r--r-- | models/migrations/v1_7/v74.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/migrations/v1_7/v74.go b/models/migrations/v1_7/v74.go index aeca5448e1..bdd89d1f34 100644 --- a/models/migrations/v1_7/v74.go +++ b/models/migrations/v1_7/v74.go @@ -1,7 +1,7 @@ // Copyright 2018 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -package v1_7 // nolint +package v1_7 //nolint import "xorm.io/xorm" |