Skip to content

Bump linter version to fix breaking build #16

Bump linter version to fix breaking build

Bump linter version to fix breaking build #16

Workflow file for this run

---
name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1
args: --issues-exit-code=0
only-new-issues: true