From 2694bdaaecc1b5626301fc874a484f3ef1ee8b80 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:51:18 +0100 Subject: [PATCH] deactivate 32 bit lint --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index efe7ae96a9..8eb78f9347 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,6 @@ jobs: run: | git submodule update --init --depth 1 --recursive go version - go run build/ci.go lint go run build/ci.go check_tidy go run build/ci.go check_generate go run build/ci.go check_baddeps