1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00

Chore: update golangci-lint & workflow (#704)

This commit is contained in:
Loyalsoldier 2021-02-24 14:22:37 +08:00 committed by GitHub
parent bcbb96657c
commit 4fb792fbd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,12 @@ on:
- v*
paths:
- "**/*.go"
- ".github/workflows/linter.yml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- ".github/workflows/linter.yml"
jobs:
lint:
@ -25,8 +27,8 @@ jobs:
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.4.0
uses: golangci/golangci-lint-action@v2.5.1
with:
version: v1.31
version: latest
args: --config=.github/linters/.golangci.yml
only-new-issues: true