Skip to content

Commit

Permalink
fix: add go bin path to github path
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Nov 12, 2024
1 parent c956203 commit 3e516e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
with:
go-version-file: ./go.mod
cache-dependency-path: |
go.sum
go.sum
- uses: jdx/mise-action@v2
- name: add go bin to GITHUB PATH
run: |
echo "$(go env GOROOT)/bin" >> $GITHUB_PATH
- name: go mod tidy
run: go mod tidy
- name: make install go tools
Expand Down

0 comments on commit 3e516e6

Please sign in to comment.