From 83e7b44984a4768e5903b250ced27123507bb976 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:47:52 +0100 Subject: [PATCH] remove static check --- .github/workflows/go.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d5ab8f..e5636d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,16 +33,3 @@ jobs: with: fetch-depth: 1 - uses: reviewdog/action-golangci-lint@v2 - staticcheck: - strategy: - matrix: - go-version: [ 1.22.x ] - platform: [ ubuntu-latest ] - runs-on: ${{ matrix.platform }} - steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - - uses: dominikh/staticcheck-action@v1.2.0 - with: - version: "2022.1.1"