diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index befdc25..62b220b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ['1.18', '1.19', '1.20', '1.21'] + go: ['1.18', '1.19', '1.20', '1.21', '1.22'] steps: - name: Set up Go