From 691f2a8eaac165662ec3e010482db1dc6d1603b8 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Thu, 13 Feb 2025 12:26:05 +0100 Subject: [PATCH] Bump golangci lint Signed-off-by: Federico Paolinelli --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ecfb0331..fe0c6599c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Verify uses: golangci/golangci-lint-action@v3 with: - version: v1.62.2 + version: v1.64.4 args: --timeout=15m0s --verbose unit: @@ -387,7 +387,7 @@ jobs: # TODO: remove skipping the conflict test, curerntly broken for multiple namespaces KUBECONFIG_PATH=${HOME}/.kube/config GINKGO_ARGS="--focus Webhooks --skip conflict" TEST_ARGS="--report-path=/tmp/kind_logs" make e2etests kubectl delete ns frr-k8s-system - #TODO remove when the webhook tests do not leave resources behind + #TODO remove when the webhook tests do not leave resources behind kubectl delete frrconfiguration --all -n metallb-system