Fix yml
Some checks failed
pipeline / test (pull_request) Failing after 55s
pipeline / lint (pull_request) Failing after 10m13s

This commit is contained in:
Aleksandr Tolstikhin 2024-12-06 03:04:48 +07:00
parent 7ac942e4b1
commit efd287da02
2 changed files with 7 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,5 @@
run:
concurrency: 8
deadline: 5m
issues-exit-code: 1
tests: true