From 01f5d9ffb2d7a4f8bc3680256be6f6e1b3494b25 Mon Sep 17 00:00:00 2001 From: Westsi <76999267+Westsi@users.noreply.github.com> Date: Tue, 2 Jul 2024 05:51:32 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e41f768..0a1892f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ jobs: # steps: # - name: Checkout # uses: actions/checkout@v4 + # - uses: actions/setup-go@v5 + # with: + # go-version: '^1.21' # The Go version to download (if necessary) and use. # - name: Build and Test # run: sh ci/x86_64.sh aarch64: @@ -15,5 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '^1.21' # The Go version to download (if necessary) and use. - name: Build and Test run: sh ci/aarch64.sh