blob: 015d4d35a37707000cc54bda0eab45a0713ba266 [file] [log] [blame] [view] [edit]
## Version Compatibility
The table below lists the *last* version of the extension
known to be compatible with old versions of Go, and the last versionof tools
compatible with it.
| Go version | Extension version | VS Code | Gopls | Delve |
| ---------- | ----------------- | ------- | --------- | ------------ |
| go1.20 | v0.42.1 | 1.75+ | v0.15.3 | v1.22.1 |
| go1.19 | v0.42.1 | 1.75+ | v0.15.3 | v1.21.2 |
| go1.18 | v0.41.3 | 1.75+ | v0.14.2 | v1.20.0 |
| go1.17 | v0.39.1 | 1.67+ | v0.11.0 | v1.9.1 |
| go1.16 | v0.39.1 | 1.67+ | v0.11.0 | v1.8.3 |
### References
* Gopls's [supported go versions](https://github.com/golang/tools/tree/master/gopls#supported-go-versions).
* Delve's [supported go versions](https://github.com/go-delve/delve/blob/master/pkg/goversion/compat.go).