Skip to content

net: revert gateway ip address to 192.168.5.2 (#860) #528

net: revert gateway ip address to 192.168.5.2 (#860)

net: revert gateway ip address to 192.168.5.2 (#860) #528

Workflow file for this run

name: golangci-lint
on:
push:
tags: [v*]
branches: [main]
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.nix"
- "**/*.lock"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0
args: --timeout 3m0s