Skip to content

Commit

Permalink
Revert "Remove ld_classic tag"
Browse files Browse the repository at this point in the history
This reverts commit e176bd4.
  • Loading branch information
andriikushch committed Sep 2, 2024
1 parent 54943b4 commit 6aa5fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
go-version: "1.22"
cache: true
- name: Test
run: make GO_TAGS="nodocker" test
run: CGO_LDFLAGS="-ld_classic $CGO_LDFLAGS" make GO_TAGS="nodocker" test

0 comments on commit 6aa5fc2

Please sign in to comment.