Skip to content

Commit bb23ef8

Browse files
committed
fix: correct example path in build workflow
Signed-off-by: leongross <[email protected]>
1 parent e16b85b commit bb23ef8

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
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Build
5656
run: |
57-
GOOS=linux GOARCH=${{ matrix.arch }} go run examples/examples.go
57+
GOOS=linux GOARCH=${{ matrix.arch }} go run examples/example.go

0 commit comments

Comments
 (0)