Skip to content

Commit

Permalink
fix: add export GOROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Oct 24, 2024
1 parent b6fbdfd commit da223b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
version: v1.61.0
- name: build
run: make build
run: |
export PATH=$(go env GOROOT)/bin:$PATH
make build
- name: testing
run: make test

0 comments on commit da223b3

Please sign in to comment.