Skip to content

Commit a10be9a

Browse files
committed
ci(e2e-tests): simplify Go build flags in E2E tests workflow
1 parent 826f7d4 commit a10be9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
GO_VERSION: "1.23"
1111
DOCKER_BUILDKIT: 1
12-
GO_BUILD_FLAGS: -trimpath -ldflags="-s -w -extldflags '-Wl,-z,relro,-z,now,-z,noexecstack,-fPIC'"
12+
GO_BUILD_FLAGS: -trimpath -ldflags="-s -w"
1313

1414
defaults:
1515
run:

0 commit comments

Comments
 (0)