aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/config.go
AgeCommit message (Expand)Author
2024-10-21goenv: parse patch version, add func Compare to compare two Go version string...Randy Reddig
2024-10-18builder: check for Go toolchain version used to compile TinyGoAyke van Laethem
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-06-12all: drop support for Go 1.18Ayke van Laethem
2024-01-19all: support Go 1.22Ayke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-08-09builder: update message for max supported Go versiondeadprogram
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-04-27builder: add link to compatibility matrixAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-06-16all: Go 1.19 supportAyke van Laethem
2022-05-03os: Drop support for go 1.15Dan Kegel
2022-04-09Allow building with go 1.18Dan Kegel
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-08-30all: add support for Go 1.17Ayke van Laethem
2021-08-16ci: drop support for Go 1.13 and 1.14Ayke van Laethem
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-03-09all: remove support for Go 1.11 and 1.12Ayke van Laethem
2021-02-19Add support for Go 1.16.Elliott Sales de Andrade
2020-08-19make,builder: incorporate feedback from code review on Go 1.15 updatedeadprogram
2020-08-19builder: simplify Go version check messagedeadprogram
2020-08-19builder: allow Go 1.15 to pass config checkdeadprogram
2020-05-27builder: move Go version code to goenv packageAyke van Laethem
2020-04-12all: support Go 1.14Elliott Sales de Andrade
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem