Skip to content

Commit

Permalink
Merge pull request #9 from cloudwego/fix-tests
Browse files Browse the repository at this point in the history
chore: fix tests.yml go version
  • Loading branch information
GuangmingLuo committed Apr 15, 2024
2 parents ea12587 + 4cf99d5 commit 337ad52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
unit-benchmark-test:
strategy:
matrix:
go: [ 1.18, 1.19, 1.20 ]
os: [ X64, ARM64 ]
go: [ "1.18", "1.19", "1.20", "1.21" ]
os: [ X64 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 337ad52

Please sign in to comment.