Home > Article > Backend Development > What versions of golang are there?
Golang versions are: 1. Go 1.0; 2. Go 1.1; 3. Go 1.2; 4. Go 1.3; 5. Go 1.4; 6. Go 1.5; 7. Go 1.6; 8. Go 1.7; 9. Go 1.8; 10. Go 1.9; 11. Go 1.10; 12. Go 1.11; 13. Go 1.12; 14. Go 1.13; 15. Go 1.14; 16. Go 1.15; 17. Go 1.16; 18. Go 1.17.
The operating system for this tutorial: Windows 10 system, Go version 1.21, DELL G3 computer.
The release and update of the official version of Go language is officially maintained by Go language and covers a series of improvements and functional enhancements. The following are some important versions of the Go language, along with their major features and improvements:
1, Go 1.0:
March 2012 Released, the first stable version of the Go language.
Introduces many basic language features and standard libraries.
has good stability and reliability.
2. Go 1.1:
Released in May 2013, it introduced improvements in parallel mode and improved Performance of concurrent programming.
Added C language support on Windows.
3. Go 1.2:
was released in December 2013, introducing a new concurrency model— —goroutine scheduler.
Introduced an optimized garbage collection mechanism.
4. Go 1.3:
Released in June 2014, introducing support for mobile devices and low-cost electronics Device support and optimization.
5, Go 1.4:
Released in December 2014, introducing support for Cgo, garbage collectors and Runtime improvements.
6, Go 1.5:
Released in August 2015, it introduced inline function optimization and improved performance.
Added support for PowerPC architecture.
7, Go 1.6:
Released in February 2016, improved the garbage collector and improved performance .
Introduced a new HTTP server.
8, Go 1.7:
Released in August 2016, introducing faster compilation speed and more Good memory optimization.
Introduced context package.
9, Go 1.8:
Released in February 2017, introducing support for containerization and cloud computing Better support.
Improved performance and stability.
10, Go 1.9:
11, Go 1.10:
12, Go 1.11:
13, Go 1.12:
14, Go 1.13:
15, Go 1.14:
16, Go 1.15:
17, Go 1.16:
18, Go 1.17:
The above is the detailed content of What versions of golang are there?. For more information, please follow other related articles on the PHP Chinese website!