Skip to content

add multi-config and handle static ips #118

add multi-config and handle static ips

add multi-config and handle static ips #118

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: Tidy
run: |
go mod tidy
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m