We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5facc63 commit cae5e2aCopy full SHA for cae5e2a
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.25'
20
21
- name: Build
22
- run: go build -v ./...
+ run: go build -mod=vendor -trimpath -buildmode=pie -ldflags "-w -s" -v ./...
23
24
- name: Test
25
run: go test -v ./...
0 commit comments