Skip to content

Commit

Permalink
Bump linter version to fix breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan committed Jul 13, 2024
1 parent cf9241f commit 9b44ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- pull_request

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.59.1
args: --issues-exit-code=0
only-new-issues: true

0 comments on commit 9b44ba1

Please sign in to comment.