Skip to content

Commit

Permalink
Update GolangCI-lint to v1.63.4 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 21, 2025
1 parent 07795ba commit 83b6eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
go: 1.23
timeout: 15m0s
skip-dirs-use-default: true
fast: false
# modules-download-mode: readonly

Expand Down Expand Up @@ -137,6 +136,7 @@ linters:
output:
formats: colored-line-number
issues:
exclude-dirs-use-default: true
exclude-dirs:
- pkg/schemes
include:
Expand Down
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.63.3"
GOLANGCI_LINT_VERSION="1.63.4"

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

0 comments on commit 83b6eef

Please sign in to comment.