From df7fbf81bd90f4e468fd0afefdd56402e0a5a464 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Mon, 27 Oct 2025 15:10:53 -0400 Subject: [PATCH] Remove golangci-lint action Signed-off-by: Diego Giagio --- .github/workflows/go.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ddde873..89af9738 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,24 +7,6 @@ on: branches: [main] jobs: - lint: - name: Lint - runs-on: ubuntu-latest - - steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v4 - - - name: Set up Go Toolchain - uses: actions/setup-go@v5 - with: - go-version: '1.21.x' - cache: false - - - name: Lint - uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc - with: - version: 'v1.51' build-and-test: name: Test and Build strategy: