mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Pin gox to specific commit
Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr>
This commit is contained in:
parent
786707c065
commit
040330592f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -155,7 +155,7 @@ gen-test-golden: test-unit
|
|||
# without a go.mod file when downloading the following dependencies
|
||||
|
||||
$(GOX):
|
||||
(cd /; GO111MODULE=on go install github.com/mitchellh/gox@master)
|
||||
(cd /; GO111MODULE=on go install github.com/mitchellh/gox@v1.0.2-0.20220701044238-9f712387e2d2)
|
||||
|
||||
$(GOIMPORTS):
|
||||
(cd /; GO111MODULE=on go install golang.org/x/tools/cmd/goimports@latest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue