diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6718a2e..e09280f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,8 @@ jobs: - '1.20' - '1.21' - '1.22' + - '1.23' + - '1.24' name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v2