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: