attempt to fix go get

This commit is contained in:
Mike Farah 2019-12-02 10:38:44 +11:00
parent b8b2c9de61
commit ceafed30f9

View File

@ -43,7 +43,7 @@ sudo apt install yq -y
``` ```
### or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively: ### or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
``` ```
GO111MODULE=on go get github.com/mikefarah/yq@2.4.1 GO111MODULE=on go get github.com/mikefarah/yq/v2
``` ```
## Run with Docker ## Run with Docker