Skip to content

Commit

Permalink
test: use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed May 2, 2022
1 parent a0f9264 commit abe7b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ^1.15.7
- run: go get github.com/rakyll/statik
- run: go install github.com/rakyll/statik@latest
- uses: lhotari/action-upterm@v1
with:
limit-access-to-users: jbrunton
Expand Down

0 comments on commit abe7b9a

Please sign in to comment.