Skip to content

Commit c9a00bc

Browse files
Update golangci-lint version up to 1.62.0 (#3302)
1 parent 804be21 commit c9a00bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fail_on_error: true
9090
cache: false
9191
golangci_lint_flags: "-c=.golangci.yml"
92-
golangci_lint_version: v1.55.2 # Version should match specified in Makefile
92+
golangci_lint_version: v1.62.0 # Version should match specified in Makefile
9393

9494
- name: Run go-consistent
9595
env:

Makefile.include

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ init: ## Install tools
1919
cd tools && go generate -x -tags=tools
2020

2121
# Install golangci-lint
22-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2 # Version should match specified in CI
22+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.62.0 # Version should match specified in CI
2323

2424
release: ## Build release versions of all components
2525
make -C agent release

0 commit comments

Comments
 (0)