diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 424c10b..9461714 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: testing: runs-on: ubuntu-latest container: - image: golang:1.21-alpine + image: golang:1.22-alpine options: --sysctl net.ipv6.conf.all.disable_ipv6=0 steps: - name: Checkout repository