zhufuyi / sponge

Sponge is a powerful Go development framework, it's easy to develop web and microservice projects.
https://go-sponge.com
MIT License
1.31k stars 132 forks source link

一定要go1.20版本? #27

Open wgngoo opened 6 months ago

wgngoo commented 6 months ago

go.opentelemetry.io/otel/internal/global

../../../golang/pkg/mod/go.opentelemetry.io/otel@v1.24.0/internal/global/handler.go:44:18: undefined: atomic.Pointer ../../../golang/pkg/mod/go.opentelemetry.io/otel@v1.24.0/internal/global/internal_logging.go:30:25: undefined: atomic.Pointer note: module requires Go 1.20

Screenshots If applicable, add screenshots to help explain your problem.

Environments (please complete the following information):

More description Add any other context about the problem here.

zhufuyi commented 6 months ago

sponge1.6.3更新了opentelemetry库版本,这个库要求go1.20以上版本