Skip to content

Connection - fix removing optional args #60

Connection - fix removing optional args

Connection - fix removing optional args #60

Workflow file for this run

name: Go Linter
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
golangci:
name: Run linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
go-version-file: "go.mod"
cache: true
version: v1.53
only-new-issues: true