Skip to content

Commit c3902fc

Browse files
authored
Update go.yml
1 parent 23c1b1b commit c3902fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
go build -v -o duckserver_magic server_magic.go
4040
4141
- name: Patch glibc for backwards compatibility
42-
uses: lmangani/[email protected].3
42+
uses: lmangani/[email protected].4
4343
continue-on-error: true
4444
id: polyfill
4545
with:
4646
glibc: "2.28"
4747
target: "/github/workspace/go/duckserver"
4848

4949
- name: Patch glibc for backwards compatibility
50-
uses: lmangani/[email protected].3
50+
uses: lmangani/[email protected].4
5151
continue-on-error: true
5252
with:
5353
glibc: "2.27"

0 commit comments

Comments
 (0)