Skip to content

Update module github.com/seancfoley/ipaddress-go to v1.6.0 #1199

Update module github.com/seancfoley/ipaddress-go to v1.6.0

Update module github.com/seancfoley/ipaddress-go to v1.6.0 #1199

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.18.3'
- name: Test
run: |
make envtest
make test