diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8778ce4154..9c9b0acc63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: go-version: "1.22" cache: true - name: Test - run: make GO_TAGS="nodocker" test + run: CGO_LDFLAGS="-ld_classic $CGO_LDFLAGS" make GO_TAGS="nodocker" test