Browse Source

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

Joe Chen 4 months ago
parent
commit
5326b4113a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      go.mod

+ 1 - 1
CHANGELOG.md

@@ -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
 

+ 2 - 2
go.mod

@@ -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 ./