Skip to content

Commit

Permalink
ci: upgrade golangci-lint ver from 1.60.3=>1.61.0 (#717)
Browse files Browse the repository at this point in the history
Co-authored-by: nkononov <[email protected]>
  • Loading branch information
kononovn and kononovn authored Oct 7, 2024
1 parent 59eeb2d commit a622235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

. "$(dirname "$0")"/common.sh

GOLANGCI_LINT_VERSION="1.60.3"
GOLANGCI_LINT_VERSION="1.61.0"

# IsGoLangCiLintInstalled is used to check whether golangci-lint executable is on the $PATH.
function IsGolangCiLintInstalled() {
Expand Down

0 comments on commit a622235

Please sign in to comment.