Skip to content

replace inet.af/netaddr with go4.org/netipx #10

replace inet.af/netaddr with go4.org/netipx

replace inet.af/netaddr with go4.org/netipx #10

Workflow file for this run

---
name: build
on:
push:
pull_request:
workflow_dispatch:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
env:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build .
docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/build-push-action@v5