Skip to content

netipx: remove redundant CompareAddr, change ComparePrefix definition #38

netipx: remove redundant CompareAddr, change ComparePrefix definition

netipx: remove redundant CompareAddr, change ComparePrefix definition #38

Workflow file for this run

name: staticcheck
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Check out code
uses: actions/checkout@v3
- name: Print staticcheck version
run: go run honnef.co/go/tools/cmd/staticcheck -version
- name: Run staticcheck
run: go run honnef.co/go/tools/cmd/staticcheck -- ./...