documentation: Fix description for with_ech

This commit is contained in:
世界 2024-02-10 12:01:09 +08:00
parent d0f7a59e9b
commit 31b8834427
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 12 additions and 6 deletions

View file

@ -72,7 +72,7 @@ jobs:
~/go/pkg/mod
key: go120-${{ hashFiles('**/go.sum') }}
- name: Run Test
run: make ci_build
run: make ci_build_go120
build_go121:
name: Debug build (Go 1.21)
runs-on: ubuntu-latest