diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00cf9421..a95dd843 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,20 +1,6 @@ name: ci on: pull_request jobs: - go-lint: - runs-on: ubuntu-latest - steps: - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version: 1.25.x - - name: Checkout code - uses: actions/checkout@v4 - - name: Run linters - uses: golangci/golangci-lint-action@v9 - with: - version: v2.11.4 - args: --timeout=10m go-test: strategy: matrix: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4504185e..d1013602 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,20 +4,6 @@ on: branches: - main jobs: - go-lint: - runs-on: ubuntu-latest - steps: - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version: 1.25.x - - name: Checkout code - uses: actions/checkout@v4 - - name: Run linters - uses: golangci/golangci-lint-action@v9 - with: - version: v2.11.4 - args: --timeout=10m go-test: strategy: matrix: