Skip to content

Use timeout for the route table test We use a timeout for route table… #191

Use timeout for the route table test We use a timeout for route table…

Use timeout for the route table test We use a timeout for route table… #191

Workflow file for this run

name: Code Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51
only-new-issues: true