Skip to content

Commit

Permalink
use go install instead of go get (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsakaimbo committed Jun 22, 2023
1 parent 3bc64e7 commit 530c5f7
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 @@ -439,7 +439,7 @@ jobs:
at: /home/circleci/wp-calypso
- run:
name: Install Dependencies
command: go get github.com/tcnksm/ghr
command: go install github.com/tcnksm/ghr@v0.16.0
- run:
name: Update wp-desktop repo README
command: |
Expand Down

0 comments on commit 530c5f7

Please sign in to comment.