mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
Use Go 1.21 for golangci-lint (#26786)
Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
parent
96ba747ff2
commit
3507cad6f5
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ linters:
|
|||
fast: false
|
||||
|
||||
run:
|
||||
go: "1.20"
|
||||
go: "1.21"
|
||||
timeout: 10m
|
||||
skip-dirs:
|
||||
- node_modules
|
||||
|
@ -75,7 +75,7 @@ linters-settings:
|
|||
- name: modifies-value-receiver
|
||||
gofumpt:
|
||||
extra-rules: true
|
||||
lang-version: "1.20"
|
||||
lang-version: "1.21"
|
||||
depguard:
|
||||
rules:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue