Skip to content

Commit

Permalink
fix: use go1.21.13 version
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR authored and xingxg2022 committed Oct 19, 2024
1 parent f0ba54f commit c3bf447
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
path: linux-riscv
ref: ${{ matrix.LINUX_BRANCH }}

- uses: actions/setup-go@v5
with:
go-version: '1.21.13'

- run: go version

- name: Install software
run: |
sudo apt update && \
Expand Down

0 comments on commit c3bf447

Please sign in to comment.