diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index ead1b8b..af6dddb 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -10,7 +10,7 @@ permissions: jobs: check: - name: Build, test and lint + name: Build and test runs-on: ubuntu-latest steps: @@ -31,8 +31,3 @@ jobs: - name: Run tests run: go test ./... - - - name: Run golangci-lint - uses: golangci/golangci-lint-action@v8 - with: - version: 'v2.4'