diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index 79d4d87f3..4ec0b0369 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -15,12 +15,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.54 + version: v1.55.2 # use the default if on main branch, otherwise use the pull request config args: --timeout=30m --config=.golangci.yml only-new-issues: true