We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c1b1b commit c3902fcCopy full SHA for c3902fc
1 file changed
.github/workflows/go.yml
@@ -39,15 +39,15 @@ jobs:
39
go build -v -o duckserver_magic server_magic.go
40
41
- name: Patch glibc for backwards compatibility
42
- uses: lmangani/polyfill-glibc-action@1.1.3
+ uses: lmangani/polyfill-glibc-action@1.1.4
43
continue-on-error: true
44
id: polyfill
45
with:
46
glibc: "2.28"
47
target: "/github/workspace/go/duckserver"
48
49
50
51
52
53
glibc: "2.27"
0 commit comments