From c3902fc845f854728390bd2163c42252a7a6411a Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Tue, 1 Oct 2024 16:35:59 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dc5cbaa..8dcab82 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: go build -v -o duckserver_magic server_magic.go - name: Patch glibc for backwards compatibility - uses: lmangani/polyfill-glibc-action@1.1.3 + uses: lmangani/polyfill-glibc-action@1.1.4 continue-on-error: true id: polyfill with: @@ -47,7 +47,7 @@ jobs: target: "/github/workspace/go/duckserver" - name: Patch glibc for backwards compatibility - uses: lmangani/polyfill-glibc-action@1.1.3 + uses: lmangani/polyfill-glibc-action@1.1.4 continue-on-error: true with: glibc: "2.27"