Skip to content

Commit 1f26f16

Browse files
committed
fix(ci): build with ldflags
1 parent 1491962 commit 1f26f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Build
23-
run: go build -v .
23+
run: make build
2424

2525
- name: Lint
2626
uses: golangci/golangci-lint-action@v2

0 commit comments

Comments
 (0)