Skip to content

use continue instead of return when reaching 255.0.0.0 #7

use continue instead of return when reaching 255.0.0.0

use continue instead of return when reaching 255.0.0.0 #7

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
paths:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/ci.yaml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: build
run: go build .