mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
use go1.23 (#4495)
This commit is contained in:
parent
3a08c2aeb0
commit
f7a06cbe61
12 changed files with 35 additions and 35 deletions
|
|
@ -1,5 +1,5 @@
|
|||
service:
|
||||
golangci-lint-version: 1.57.x # use the fixed version to not introduce new linters unexpectedly
|
||||
golangci-lint-version: 1.61.x # use the fixed version to not introduce new linters unexpectedly
|
||||
|
||||
run:
|
||||
concurrency: 4
|
||||
|
|
@ -14,7 +14,7 @@ linters:
|
|||
enable:
|
||||
- unused
|
||||
- errcheck
|
||||
- exportloopref
|
||||
- copyloopvar
|
||||
- gocritic
|
||||
- gofumpt
|
||||
- goimports
|
||||
|
|
@ -90,6 +90,7 @@ linters-settings:
|
|||
- G402
|
||||
- G404
|
||||
- G501
|
||||
- G115 # integer overflow conversion
|
||||
|
||||
issues:
|
||||
# List of regexps of issue texts to exclude, empty list by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue