Skip to content

Fixed typo in the IPv6 default gateway parameter #279

Fixed typo in the IPv6 default gateway parameter

Fixed typo in the IPv6 default gateway parameter #279

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golint:
name: golint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --issues-exit-code=1
only-new-issues: true