mirror of
https://github.com/fatedier/frp.git
synced 2025-06-09 03:08:23 +00:00
Compare commits
3 Commits
f481fcbb5c
...
b07362a18f
Author | SHA1 | Date | |
---|---|---|---|
|
b07362a18f | ||
|
52f66b05e6 | ||
|
971cf0cebf |
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v4
|
uses: golangci/golangci-lint-action@v4
|
||||||
with:
|
with:
|
||||||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
||||||
version: v1.55
|
version: v1.56
|
||||||
|
|
||||||
# Optional: golangci-lint command line arguments.
|
# Optional: golangci-lint command line arguments.
|
||||||
# args: --issues-exit-code=0
|
# args: --issues-exit-code=0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
service:
|
service:
|
||||||
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
|
golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly
|
||||||
|
|
||||||
run:
|
run:
|
||||||
concurrency: 4
|
concurrency: 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user