Skip to content

Commit

Permalink
update go get to go install (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo authored Jun 1, 2022
1 parent 8824cc5 commit b06d03b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ steps:
- tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
- rm go1.18.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- GO111MODULE=on go get -u github.com/mitchellh/gox github.com/tcnksm/ghr
- go install github.com/tcnksm/ghr@latest
- go install github.com/mitchellh/gox@latest
- export PATH="$(go env GOPATH)/bin:$PATH"
- make -j4 DOCKER_OPTS="" BUILD_IN_CONTAINER=false RELEASE_BUILD=true RELEASE_TAG=${DRONE_TAG} publish
depends_on:
Expand Down Expand Up @@ -246,6 +247,6 @@ get:
name: pat
---
kind: signature
hmac: b14773ba7e50432dfe90920d442a850f85aed74f1419dd78502b1e76d91cde46
hmac: 1f0e740f805d80163698aaf68cdd126f56a5b26ad68d7c2b8dbdc4025e4b85ee

...

0 comments on commit b06d03b

Please sign in to comment.