aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2023-02-11 21:44:53 +0000
committerGitHub <noreply@github.com>2023-02-11 21:44:53 +0000
commit2152c4e98f3ea2b17dc8cdd549612b5abed6cc9f (patch)
treeef068576bb5855df67e9b981bdd3fcf903da5199 /.golangci.yml
parentd4a9b35c4be7cd28f8a2f7a3f1ad7b784eb71f5e (diff)
downloadgitea-2152c4e98f3ea2b17dc8cdd549612b5abed6cc9f.tar.gz
gitea-2152c4e98f3ea2b17dc8cdd549612b5abed6cc9f.zip
Fix .golangci.yml (#22868)
When we updated the .golangci.yml for 1.20 we should have used a string as 1.20 is not a valid number. In doing so we need to restore the nolint markings within the pq driver. Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index aa04e0a8ef..263149f773 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -28,7 +28,7 @@ linters:
fast: false
run:
- go: 1.20
+ go: "1.20"
timeout: 10m
skip-dirs:
- node_modules