Skip to content

test(pkg/network): add t.Parallel in TestIntToSubnet #69

test(pkg/network): add t.Parallel in TestIntToSubnet

test(pkg/network): add t.Parallel in TestIntToSubnet #69

Workflow file for this run

name: Lint
on:
pull_request:
push:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Download Go module dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
version: v1.61.0