chore: update minimum Go version to 1.23.4 (#7865)

pull/7866/head
Joe Chen 2024-12-21 10:48:17 -05:00 committed by GitHub
parent 7adac94f1e
commit 5326b4113a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ All notable changes to Gogs are documented in this file.
### 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

4
go.mod
View File

@ -1,6 +1,6 @@
module gogs.io/gogs
go 1.21
go 1.23.4
require (
github.com/Masterminds/semver/v3 v3.3.1
@ -138,5 +138,5 @@ require (
modernc.org/token v1.1.0 // indirect
)
// +heroku goVersion go1.20
// +heroku goVersion go1.23
// +heroku install ./