Skip to content

Commit

Permalink
*: bump golangci-lint to v1.61.0 (#3348)
Browse files Browse the repository at this point in the history
Bump linter

category: misc
ticket: none
  • Loading branch information
KaloyanTanev authored Oct 23, 2024
1 parent 0aead1d commit be60135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
version: v1.61.0
- name: notify failure
if: failure() && github.ref == 'refs/heads/main'
env:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit/run_linter.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.60.3"
VERSION="1.61.0"

if ! command -v golangci-lint &> /dev/null
then
Expand Down

0 comments on commit be60135

Please sign in to comment.