Skip to content

Commit

Permalink
Bump golangci lint
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Feb 14, 2025
1 parent 7462360 commit 691f2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 691f2a8

Please sign in to comment.