Skip to content

Commit

Permalink
ci: update golanci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
aisbergg committed Jul 14, 2024
1 parent 9b7e75b commit 41c7f30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- v*
branches:
- main
- dev
pull_request:
permissions:
contents: read
Expand All @@ -26,6 +27,6 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2
version: v1.59.1

0 comments on commit 41c7f30

Please sign in to comment.