We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3f091 commit 15d82cdCopy full SHA for 15d82cd
CHANGELOG.md
@@ -10,7 +10,7 @@ All notable changes to Gogs are documented in this file.
10
11
### Changed
12
13
-- 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.
14
15
### Fixed
16
go.mod
@@ -1,6 +1,6 @@
1
module gogs.io/gogs
2
3
-go 1.21
+go 1.23.4
4
5
require (
6
github.com/Masterminds/semver/v3 v3.3.1
@@ -138,5 +138,5 @@ require (
138
modernc.org/token v1.1.0 // indirect
139
)
140
141
-// +heroku goVersion go1.20
+// +heroku goVersion go1.23
142
// +heroku install ./
0 commit comments