test: enhance testing and internal API robustness (#269)

* test: support ipv6

* chore: update

Signed-off-by: appleboy <appleboy.tw@gmail.com>

* chore: update

Signed-off-by: appleboy <appleboy.tw@gmail.com>

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2024-03-16 11:29:44 +08:00
committed by GitHub
parent 7d0a886109
commit cafc139713
2 changed files with 30 additions and 31 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ jobs:
testing:
runs-on: ubuntu-latest
container: golang:1.21-alpine
container:
image: golang:1.21-alpine
options: --sysctl net.ipv6.conf.all.disable_ipv6=0
steps:
- name: Checkout repository
uses: actions/checkout@v3