diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93121b9..3dbfb9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: {} env: # renovate: datasource=github-tags depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: "v1.61.0" + GOLANGCI_LINT_VERSION: "v1.62.2" GOLANG_VERSION: "^1.23.0" jobs: changes: diff --git a/Makefile b/Makefile index dca96672..fcce750f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ HAS_FIELDALIGNMENT:=$(shell command -v fieldalignment;) # ? Note: Go install versions are inline because renovate can manage them like that. # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := "v1.61.0" +GOLANGCI_LINT_VERSION := "v1.62.2" .DEFAULT_GOAL := code/lint