Skip to content

Commit eb6541d

Browse files
committed
Fix CI build
1 parent 6282a3c commit eb6541d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Build
2424
run: |
2525
go test ./...
26-
go build -v .
26+
go build -v ./cmd/gh

0 commit comments

Comments
 (0)