Skip to content

Commit

Permalink
fix(ci): re-build binaries for Go tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrwe committed Oct 8, 2024
1 parent aff9975 commit a92c85c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
go clean -modcache
which garble && rm -f $(which garble)
go install gotest.tools/gotestsum@latest
go install mvdan.cc/garble@latest
go install -a gotest.tools/gotestsum@latest
go install -a mvdan.cc/garble@latest
- name: Init go
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: |
go clean -modcache
which garble && rm -f $(which garble)
go install gotest.tools/gotestsum@latest
go install mvdan.cc/garble@latest
go install -a gotest.tools/gotestsum@latest
go install -a mvdan.cc/garble@latest
- name: Init go
run: |
Expand Down

0 comments on commit a92c85c

Please sign in to comment.