Skip to content

Commit

Permalink
remove static check
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus committed Feb 16, 2024
1 parent 4fde2ec commit 83e7b44
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
version: "2022.1.1"

0 comments on commit 83e7b44

Please sign in to comment.