From 763a5dc5d861b5f8689756feab6fa3f453281970 Mon Sep 17 00:00:00 2001 From: John Murret Date: Thu, 6 Apr 2023 11:37:06 -0600 Subject: [PATCH] fixing lint-32bit reference --- .github/workflows/go-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 7329f35fff..41ee13a29f 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -380,7 +380,7 @@ jobs: go-tests-success: needs: - lint - - lint32bit + - lint-32bit - go-test-enterprise - go-test-oss - go-test-race