diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ecd013a338..26d46a11028 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,7 @@ jobs: fail_on_error: true cache: false golangci_lint_flags: "-c=.golangci.yml" - golangci_lint_version: v1.51.2 # Version should match specified in Makefile + golangci_lint_version: v1.54.2 # Version should match specified in Makefile - name: Run go-consistent env: diff --git a/Makefile.include b/Makefile.include index 7c59505c859..6d0c8b16336 100644 --- a/Makefile.include +++ b/Makefile.include @@ -20,7 +20,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.51.2 # Version should match specified in CI + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.54.2 # Version should match specified in CI release: ## Build release versions of all components make -C agent release