From c74fabd65227dd15a39b316361caf8816685ef25 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 20 Nov 2022 16:06:30 +0100 Subject: GHA: add a release workflow to build and upload binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit