From 6dec167f74ff66deca1e82556c73f69800544432 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 22 Dec 2020 20:01:21 +1100 Subject: [PATCH] trialing github release actions --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95c06ee..597a8fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - + - uses: actions/setup-go@v2 + with: + go-version: '^1.15' # steps for building assets - name: Cross compile run: |