diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dca2215..e9cba2f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: - name: checkout code uses: actions/checkout@v3 - name: golangci-lint - if: matrix.go-version == 'tip' - uses: golangci/golangci-lint-action@v3 + if: matrix.go-version == '1.22.x' + uses: golangci/golangci-lint-action@v6 with: - version: v1.59.0 + version: v1.59 - name: test run: make test