diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 3735ce52..31f97f3b 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -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 diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 00000000..2bb1c300 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,5 @@ +run: + concurrency: 8 + deadline: 5m + issues-exit-code: 1 + tests: true