rel 2.1.0-rc.1 (#1959)

This commit is contained in:
澄潭
2025-03-26 21:42:25 +08:00
committed by GitHub
parent bd6708552d
commit 8450a0869b
14 changed files with 29 additions and 31 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.22
# There are too many lint errors in current code bases
# uncomment when we decide what lint should be addressed or ignored.
# - run: make lint
@@ -51,7 +51,7 @@ jobs:
- name: "Setup Go"
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.22
- name: Setup Rust
uses: actions-rs/toolchain@v1