Skip to content

Commit

Permalink
bump golangci-lint to v1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Jan 29, 2024
1 parent b323896 commit 2f4dee9
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 @@ -20,5 +20,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # [email protected]
with:
version: v1.55.1
version: v1.55.2
args: --verbose --timeout 10m
2 changes: 1 addition & 1 deletion hack/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -z "$SOURCE_PATH" ]; then
fi
export SOURCE_PATH="$(readlink -f "$SOURCE_PATH")"

GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION:-v1.55.1}
GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION:-v1.55.2}
GOLANGCI_LINT_ADDITIONAL_FLAGS=${GOLANGCI_LINT_ADDITIONAL_FLAGS:-""}

# Install golangci-lint (linting tool)
Expand Down

0 comments on commit 2f4dee9

Please sign in to comment.