Skip to content

Commit 15d82cd

Browse files
authored
chore: update minimum Go version to 1.23.4 (gogs#7865)
1 parent 4c3f091 commit 15d82cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to Gogs are documented in this file.
1010

1111
### Changed
1212

13-
- The required Go version to compile source code changed to 1.21.
13+
- The required Go version to compile source code changed to 1.23.4.
1414

1515
### Fixed
1616

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gogs.io/gogs
22

3-
go 1.21
3+
go 1.23.4
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1
@@ -138,5 +138,5 @@ require (
138138
modernc.org/token v1.1.0 // indirect
139139
)
140140

141-
// +heroku goVersion go1.20
141+
// +heroku goVersion go1.23
142142
// +heroku install ./

0 commit comments

Comments
 (0)