We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7b56b commit 19652f9Copy full SHA for 19652f9
1 file changed
.github/workflows/go.yml
@@ -33,7 +33,7 @@ jobs:
33
CGO_ENABLED=0 go build -v -o duckserver server.go
34
35
- name: Patch glibc for backwards compatibility
36
- uses: lmangani/polyfill-glibc-action@main
+ uses: lmangani/polyfill-glibc-action@1.1.1
37
id: polyfill
38
with:
39
glibc: "2.28"
0 commit comments