diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cce1924..fd5381e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,8 +30,11 @@ jobs: testing: runs-on: ubuntu-latest + strategy: + matrix: + go-version: ["1.24", "1.25"] container: - image: golang:1.23-alpine + image: golang:${{ matrix.go-version }}-alpine options: --sysctl net.ipv6.conf.all.disable_ipv6=0 steps: - name: Checkout repository