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