Go generate static.go error

go generate internal/static/static.go, generated static_gen.go,this file don’t have static.AssetInfo

[lora@localhost unb_app_server]$ make build

/internal/api/external

…/…/internal/api/external/external.go:181:14: undefined: static.AssetInfo
note: module requires Go 1.14
make: *** [build] Error 2
[lora@localhost unb_app_server]$

help me ,please

My recommendation is to use the provided Docker Compose based development environment:
https://www.chirpstack.io/application-server/community/source/

That environment comes pre-configured with all the tools needed to run make build.

Hii @Paul_Chan

delete static_gen.go file and regenerate using make internal/statics internal/migrations command