diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 368d70e1..c672e4ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,10 @@ jobs: - '1.3.*' - '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