mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
feat: Migrate the service call tracing to use otlphttp or otlpgrpc for reporting (#3001)
This commit is contained in:
2
.github/workflows/build_and_test.sh
vendored
2
.github/workflows/build_and_test.sh
vendored
@ -28,7 +28,7 @@ for file in `find . -name go.mod`; do
|
||||
|
||||
# package example needs golang >= v1.19
|
||||
if [ "example" = $(basename $dirpath) ]; then
|
||||
if ! go version|grep -q "1.19"; then
|
||||
if ! go version|grep -q "1.20"; then
|
||||
echo "ignore example as go version: $(go version)"
|
||||
continue 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user