Skip to content

Commit

Permalink
Update golangci-lint version up to 1.62.0 (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Nov 13, 2024
1 parent 804be21 commit c9a00bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
fail_on_error: true
cache: false
golangci_lint_flags: "-c=.golangci.yml"
golangci_lint_version: v1.55.2 # Version should match specified in Makefile
golangci_lint_version: v1.62.0 # Version should match specified in Makefile

- name: Run go-consistent
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ init: ## Install tools
cd tools && go generate -x -tags=tools

# Install golangci-lint
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
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

release: ## Build release versions of all components
make -C agent release
Expand Down

0 comments on commit c9a00bc

Please sign in to comment.