Skip to content

Commit 66488f2

Browse files
authored
ci: update build
1 parent 7ae2e7d commit 66488f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2222
restore-keys: ${{ runner.os }}-go-
2323
- name: Build service
24-
run: make
24+
run: go build .
2525
lint:
2626
name: Lint
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)