Update minimum version of go to 1.16 (#171)

The blog didn't get updated when the minimum version of go was increased in 16710.

Reviewed-on: https://gitea.com/gitea/blog/pulls/171
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2021-08-24 23:15:27 +08:00 committed by techknowlogick
parent 5c5a3a3747
commit f4f5cb4742
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ Now, on to the changes!
## Breaking Changes (or potentially breaking)
### :exclamation: Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 ([#16590](https://github.com/go-gitea/gitea/pull/16590)) ([#16606](https://github.com/go-gitea/gitea/pull/16606))
### :exclamation: Upgrade to the latest version of golang-jwt and increase minimum go to 1.16 ([#16590](https://github.com/go-gitea/gitea/pull/16590)) ([#16606](https://github.com/go-gitea/gitea/pull/16606)) ([#16710](https://github.com/go-gitea/gitea/pull/16710))
The minimum version of Go Gitea can be compiled with has been increased to 1.15 as Go 1.14 is no longer supported by the go developers.
The minimum version of Go Gitea can be compiled with has been increased to 1.16 as Go 1.14 and Go 1.15 are no longer supported by the go developers.
### :exclamation: Changed mapping of `:latest` on docker [#16421](https://github.com/go-gitea/gitea/pull/16421)