Fix yml
This commit is contained in:
parent
7ac942e4b1
commit
efd287da02
@ -4,6 +4,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v3
|
||||
- v4
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
@ -20,7 +21,7 @@ jobs:
|
||||
- name: lint
|
||||
uses: https://github.com/golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.58
|
||||
version: v1.62.2
|
||||
test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
|
5
.golangci.yml
Normal file
5
.golangci.yml
Normal file
@ -0,0 +1,5 @@
|
||||
run:
|
||||
concurrency: 8
|
||||
deadline: 5m
|
||||
issues-exit-code: 1
|
||||
tests: true
|
Loading…
x
Reference in New Issue
Block a user