Skip to content

Commit 9e309f0

Browse files
ci: fix fox and ghr install
1 parent a471400 commit 9e309f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
go-version: 1.16
3737
- run: |
38-
go get github.com/mitchellh/gox
39-
go get github.com/tcnksm/ghr
38+
go install github.com/mitchellh/gox@latest
39+
go install github.com/tcnksm/ghr@latest
4040
- uses: go-semantic-release/action@v1
4141
id: semrel
4242
with:

0 commit comments

Comments
 (0)