Skip to content

Commit

Permalink
ci: let go120 build work
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx committed Feb 27, 2024
1 parent e582941 commit 41e3571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
if: ${{ matrix.jobs.version != '20' && matrix.jobs.goarch != 'loong64' }}
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: '1.22'

- name: Set up Go1.20
if: ${{ matrix.jobs.version == '20' && matrix.jobs.goarch != 'loong64' }}
uses: actions/setup-go@v5
with:
go-version: ^1.20
go-version: '1.20'

- name: Set up Go1.21 loongarch abi1
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
Expand Down

0 comments on commit 41e3571

Please sign in to comment.