diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ec0404f..4279cf9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - go-version: [ "1.20", "1.21", "1.22" ] + go-version: [ "1.21", "1.22", "1.23", "1.24" ] steps: - uses: actions/checkout@v4