Skip to content

Commit

Permalink
use go install in place of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
cblomart committed Dec 23, 2021
1 parent e2774a9 commit c0cbd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
commands:
- go version
- go mod download
- go get github.com/pquerna/ffjson
- go install github.com/pquerna/ffjson@latest
- go generate ./...
- tags=$(git rev-parse --short HEAD)
- if [ ! -z "$DRONE_TAG" ]; then tags="$tags,$DRONE_TAG,latest"; fi
Expand Down

0 comments on commit c0cbd95

Please sign in to comment.