diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e83eb0..6a9fef7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,10 @@ jobs: strategy: matrix: go: - - "1.18" - "1.19" + - "1.20" + - "1.21" + - "1.22" steps: - uses: actions/checkout@v2