Skip to content

Commit 6a7b56b

Browse files
authored
Update go.yml
1 parent 275881d commit 6a7b56b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: lmangani/polyfill-glibc-action@main
3737
id: polyfill
3838
with:
39-
install: "true"
40-
- run: polyfill-glibc --target-glibc=2.17 ./go/duckserver
41-
39+
glibc: "2.28"
40+
target: "${{ github.workspace }}/go/duckserver"
41+
4242
- name: Upload Release Binary
4343
uses: alexellis/upload-assets@0.4.0
4444
env:

0 commit comments

Comments
 (0)