Skip to content

Commit

Permalink
add go1.21 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Aug 10, 2023
1 parent 7c82bff commit 336ed7c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test-windows.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.20.x]
go-version: [1.17.x, 1.21.x]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x]
go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [arm, X64]
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go_latest_test.yml
Expand Up @@ -25,4 +25,5 @@ jobs:
- name: script
run: |
sh ./scripts/go_latest.sh go1.21.0
sh ./scripts/go_latest.sh master
2 changes: 1 addition & 1 deletion .github/workflows/unit_test-linux-x64.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x]
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
runs-on: [self-hosted, X64]
steps:
- name: Clear repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ English | [中文](README_ZH_CN.md)
A blazingly fast JSON serializing & deserializing library, accelerated by JIT (just-in-time compiling) and SIMD (single-instruction-multiple-data).

## Requirement
- Go 1.16~1.20
- Go 1.16~1.21
- Linux / MacOS / Windows(need go1.17 above)
- Amd64 ARCH

Expand Down

0 comments on commit 336ed7c

Please sign in to comment.