Skip to content

Commit

Permalink
Merge pull request #56 from sgerrand/main-is-main
Browse files Browse the repository at this point in the history
Prefer `go install` for modern Go
  • Loading branch information
sgerrand authored Nov 14, 2023
2 parents 27757b8 + 1b30d79 commit 7d34b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- attach_workspace:
at: .
- run:
command: go get github.com/tcnksm/ghr
command: go install github.com/tcnksm/ghr@latest
name: Install ghr executable
- deploy:
name: Upload to GitHub release
Expand Down

0 comments on commit 7d34b47

Please sign in to comment.