From c21c6bfd402842f33ca322d9fb87003fee10873f Mon Sep 17 00:00:00 2001 From: Robin Hahling Date: Fri, 13 Dec 2024 08:53:36 +0100 Subject: [PATCH] ci: bump golangci-lint to v1.62.2 Signed-off-by: Robin Hahling --- .github/workflows/build.yaml | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 35b24334..b762cb92 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: - name: Run static checks uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 with: - version: v1.59.1 + version: v1.62.2 # use our .golangci.yml and configure output to be logged in the GHA, in addition to annotating the commit. # see https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 for output args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number diff --git a/.golangci.yml b/.golangci.yml index fc737b9b..a53acbfe 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ # See https://golangci-lint.run/usage/configuration/ for available options. -# Also https://github.com/cilium/cilium/blob/master/.golangci.yaml as a +# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a # reference. run: timeout: 5m # default is 1m