From 946d21edbb7053178b65bc7c789bc82a61e99aa2 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:34:48 +0700 Subject: [PATCH] GA:binary - setup-go --- .github/workflows/binary-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index 5ee37d7..aeeda16 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -18,8 +18,10 @@ jobs: with: env-file: .version - - name: Install go-1.21.1 - run: go get go@1.21.1 + - uses: actions/setup-go@v4 + with: + go-version: '1.21.1' + - run: go version - name: Build and archive run: build/ci/build.sh ${{ env.VERSION }}