Does Chirpstack work with Go 1.12

I currently don’t have access to Go 1.13 and I was trying to build using go1.12. Just wanted to check if it will work.

I believe it should :slight_smile:

I currently don’t have access to Go 1.13

That is why I provide the Docker Compose based development environment for compiling. I recommend using it as it gives you the exact same environment as used for building releases.

1 Like

Thanks Brocaar. I will try it out on 1.12. If it doesn’t work then I will use the Docker compose.