From 2df70dafca74389c86f9034b7100759d09918d34 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 29 Aug 2020 16:33:36 -0700 Subject: [PATCH] Build with Go 1.15 --- .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 5e69788..29da955 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: id: current-time - name: Build - uses: tobyxdd/go-cross-build@1f6e51b2f7a0e267cded96104497ce0a17260ad3 + uses: tobyxdd/go-cross-build@e269fe09a60b9a6a7325cb06075e32ab1b7c2d12 env: TIME: "${{ steps.current-time.outputs.time }}" with: