diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25927ad..82762fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.21.x", "1.22.x"] + go: ["1.21.x", "1.22.x", "1.23.x", "1.24.x"] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4