Skip to content

Enable Sender Failover #392

Enable Sender Failover

Enable Sender Failover #392

Workflow file for this run

name: Linter for v2
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
working-directory: v2
args: --print-issued-lines=true --path-prefix string --out-${NO_FUTURE}format tab