aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-11-20 16:06:30 +0100
committerMichael Muré <batolettre@gmail.com>2022-11-20 16:06:30 +0100
commitc74fabd65227dd15a39b316361caf8816685ef25 (patch)
treee50b0655af0defb4ced22cdb2fc506a272bd57ed /Makefile
parent231755e02f023af92dca634fa08aad690e91f168 (diff)
downloadgit-bug-c74fabd65227dd15a39b316361caf8816685ef25.tar.gz
GHA: add a release workflow to build and upload binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2307e5fe..729192e7 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install:
.PHONY: releases
releases:
go generate
- gox -ldflags "$(LDFLAGS)" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
+ go run github.com/mitchellh/gox@v1.0.1 -ldflags "$(LDFLAGS)" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
secure: secure-practices secure-vulnerabilities