We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826f7d4 commit a10be9aCopy full SHA for a10be9a
1 file changed
.github/workflows/e2e-tests.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
GO_VERSION: "1.23"
11
DOCKER_BUILDKIT: 1
12
- GO_BUILD_FLAGS: -trimpath -ldflags="-s -w -extldflags '-Wl,-z,relro,-z,now,-z,noexecstack,-fPIC'"
+ GO_BUILD_FLAGS: -trimpath -ldflags="-s -w"
13
14
defaults:
15
run:
0 commit comments