mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
docs(cmd/gen): improve comments for command gen dao (#4007)
This commit is contained in:
2
.github/workflows/ci-main.sh
vendored
2
.github/workflows/ci-main.sh
vendored
@ -49,7 +49,7 @@ for file in `find . -name go.mod`; do
|
||||
|
||||
# package example needs golang >= v1.20
|
||||
if [ "example" = $(basename $dirpath) ]; then
|
||||
if ! go version|grep -qE "go1.[2-9][0-9]"; then
|
||||
if ! go version|grep -qE "go1.[2-9][1-9]"; then
|
||||
echo "ignore example as go version: $(go version)"
|
||||
continue 1
|
||||
fi
|
||||
|
||||
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
@ -225,7 +225,7 @@ jobs:
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v2
|
||||
with:
|
||||
version: "23.x"
|
||||
version: "29.x"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install the protocol compiler plugins for Go
|
||||
|
||||
Reference in New Issue
Block a user