diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index 4aacb07..cbaf992 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -22,9 +22,6 @@ jobs: run: go mod tidy - name: golangci-lint uses: golangci/golangci-lint-action@v6 - with: - version: latest - args: --timeout=5m - name: Run tests run: go test ./... - name: Build