diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f0c821..e8b4294 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,6 +75,9 @@ jobs: - '1.4.*' - '1.5.*' - '1.6.*' + - '1.7.*' + - '1.8.*' + - '1.9.*' steps: - name: Check out code into the Go module directory uses: actions/checkout@v4