diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 749b954e..e504ec17 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -73,9 +73,6 @@ jobs: go-version: "1.22" check-latest: true - - name: Install staticcheck - run: go install honnef.co/go/tools/cmd/staticcheck@latest - - name: Install nilaway run: go install go.uber.org/nilaway/cmd/nilaway@latest @@ -85,9 +82,6 @@ jobs: version: latest args: --timeout 5m - - name: Staticcheck - run: staticcheck ./... - # TODO: Ignore the issue in https://github.com/modelgateway/Glide/issues/32 # - name: Nilaway # run: nilaway ./...