Skip to content

Commit

Permalink
Use go mod vendor during the go build in github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Nov 14, 2020
1 parent 8e82b3c commit 63bafca
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 @@ -24,4 +24,4 @@ jobs:
uses: actions/checkout@v2

- name: Build
run: go build -v .
run: go build -mod vendor -v .

0 comments on commit 63bafca

Please sign in to comment.