diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cf028ed..97cf4ac 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,8 +40,3 @@ jobs: run: make build - name: test run: make test - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.56.2 - args: --timeout 5m \ No newline at end of file