Skip to content

Commit

Permalink
golangci-lint: update golangci-lint version to 1.55.2
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Nov 21, 2023
1 parent e8d3242 commit 1f430f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: GolangCI Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.55.2

unit-test:
name: Unit tests
Expand Down
2 changes: 1 addition & 1 deletion hack/install-golangci-lint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

GOLANGCI_URL="https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
GOLANGCI_VERSION="1.49.0"
GOLANGCI_VERSION="1.55.2"

# Get the installed version of golangci-lint, if available
GOLANGCI_INSTALLED_VER=$(testbin/golangci-lint version --format=short 2>/dev/null)
Expand Down

0 comments on commit 1f430f6

Please sign in to comment.