From 7f2b17e14bd3cfd4e1f8189b5afa6f3b12661738 Mon Sep 17 00:00:00 2001 From: CareyWong <33325726+CareyWang@users.noreply.github.com> Date: Tue, 11 May 2021 01:07:19 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2bcc60d..ed50b21 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,15 +10,15 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 + - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Install dependencies - run: apt-get install gcc-aarch64-linux-gnu + run: sudo apt install gcc-aarch64-linux-gnu - name: Build run: /bin/sh -c "chmod +x release.sh && bash release.sh" - name: Upload