Skip to content

Commit 6edaa17

Browse files
authored
Update go.yml
1 parent f7c4adb commit 6edaa17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,16 @@ jobs:
4141
- name: Patch glibc for backwards compatibility
4242
uses: lmangani/[email protected]
4343
continue-on-error: true
44-
id: polyfill1
44+
id: polyfill
4545
with:
4646
glibc: "2.28"
4747
target: "/github/workspace/go/duckserver"
4848

4949
- name: Patch glibc for backwards compatibility
5050
uses: lmangani/[email protected]
5151
continue-on-error: true
52-
id: polyfill2
5352
with:
54-
glibc: "2.28"
53+
glibc: "2.27"
5554
target: "/github/workspace/go/duckserver_magic"
5655

5756
- name: Upload Release Binary

0 commit comments

Comments
 (0)