From 579275ce0866dfcbacaef3e77d2ef7b2d4b2d3c5 Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 12 Jul 2020 14:12:09 -0700 Subject: [PATCH] Use custom go-cross-build action with ldflags support --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b566c2..7033bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: id: current-time - name: Build - uses: thatisuday/go-cross-build@v1 + uses: tobyxdd/go-cross-build@1f6e51b2f7a0e267cded96104497ce0a17260ad3 env: TIME: "${{ steps.current-time.outputs.time }}" with: