Skip to content

Commit cae5e2a

Browse files
committed
Use vendor in Actions
1 parent 5facc63 commit cae5e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.25'
2020

2121
- name: Build
22-
run: go build -v ./...
22+
run: go build -mod=vendor -trimpath -buildmode=pie -ldflags "-w -s" -v ./...
2323

2424
- name: Test
2525
run: go test -v ./...

0 commit comments

Comments
 (0)