diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c56c5b2..8b87251 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: golangci: strategy: matrix: - go: [ '1.20', '1.21' ] + go: [ '1.20', '1.21', '1.22' ] os: [ ubuntu-latest, windows-latest ] permissions: contents: read # for actions/checkout to fetch code