diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 96f30bf..e72cebc 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -14,5 +14,7 @@ jobs: with: go-version: "1.21" - - name: Run linters - run: golangci-lint run --issues-exit-code 0 --out-format code-climate | tee gl-code-quality-report.json \ No newline at end of file + - name: golangci-lint + uses: golangci/golangci-lint-action@v8 + with: + version: v2.1 \ No newline at end of file