diff --git a/.github/workflows/pr-linter-check.yml b/.github/workflows/pr-linter-check.yml index f2dc7c6e6c..7097d3b3cc 100644 --- a/.github/workflows/pr-linter-check.yml +++ b/.github/workflows/pr-linter-check.yml @@ -7,6 +7,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version: '1.22' + - name: Check out the code uses: actions/checkout@v2 diff --git a/golangci.yaml b/golangci.yaml index f4e3d4d4a5..ce1b5c8b86 100644 --- a/golangci.yaml +++ b/golangci.yaml @@ -361,6 +361,7 @@ issues: - govet - staticcheck - stylecheck + - typecheck - unconvert - unparam - unused @@ -376,6 +377,7 @@ issues: - noctx - staticcheck - stylecheck + - typecheck - unconvert - unparam - unused