Skip to content

Commit

Permalink
go build in default mode
Browse files Browse the repository at this point in the history
for ci we don't need plugin mode

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Feb 19, 2023
1 parent 9bf0927 commit ddb5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Build
run: go build -v -buildmode=plugin ./...
run: go build -v ./...
working-directory: cmd

- name: Test
Expand Down

0 comments on commit ddb5dd6

Please sign in to comment.