Skip to content

Commit

Permalink
Pin gox to specific commit
Browse files Browse the repository at this point in the history
Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr>
  • Loading branch information
chazapis committed Sep 1, 2023
1 parent 786707c commit 0403305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 0403305

Please sign in to comment.