mirror of https://github.com/gogs/gogs.git
chore: update minimum Go version to 1.23.4 (#7865)
parent
7adac94f1e
commit
5326b4113a
|
@ -10,7 +10,7 @@ All notable changes to Gogs are documented in this file.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The required Go version to compile source code changed to 1.21.
|
- The required Go version to compile source code changed to 1.23.4.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module gogs.io/gogs
|
module gogs.io/gogs
|
||||||
|
|
||||||
go 1.21
|
go 1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Masterminds/semver/v3 v3.3.1
|
github.com/Masterminds/semver/v3 v3.3.1
|
||||||
|
@ -138,5 +138,5 @@ require (
|
||||||
modernc.org/token v1.1.0 // indirect
|
modernc.org/token v1.1.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
// +heroku goVersion go1.20
|
// +heroku goVersion go1.23
|
||||||
// +heroku install ./
|
// +heroku install ./
|
||||||
|
|
Loading…
Reference in New Issue