From 7c6edc7e854cbd9cc2ef2936c764e3d67b7ec5e4 Mon Sep 17 00:00:00 2001 From: "william.vanhevelingen" Date: Wed, 13 Mar 2024 14:30:17 -0700 Subject: [PATCH] bump lint --- .github/workflows/ci.yml | 1 + Makefile.common | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 748eedb..633c68c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v4.0.0 with: + # Keep in sync with Makefile.common version: v1.56.2 # modified from the original as this repo still using master, insteead of main diff --git a/Makefile.common b/Makefile.common index d46c9db..ad37407 100644 --- a/Makefile.common +++ b/Makefile.common @@ -83,7 +83,8 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_ GOLANGCI_LINT := GOLANGCI_LINT_OPTS ?= -GOLANGCI_LINT_VERSION ?= v1.51.1 +# Keep in sync .github/workflows/ci.yaml +GOLANGCI_LINT_VERSION ?= v1.56.2 # golangci-lint only supports linux, darwin and windows platforms on i386/amd64. # windows isn't included here because of the path separator being different. ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))