Skip to content

Commit 4b4d82e

Browse files
authored
Specify a go release minor version (#4393)
- **PR Description** Since they started releasing .0 versions with 1.21.0, the go version need to be a full release version specifier and not a go language version. They relented and added support for defaulting to a .0 release if none is specified in later 1.23.x releases, but for users with local 1.21 or 1.22 toolchains the lack of a full release specifier breaks them. And going forwards this is more technically correct anyway. See golang/go#62278 (comment)
2 parents 1107462 + 14ba0e7 commit 4b4d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jesseduffield/lazygit
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
github.com/adrg/xdg v0.4.0

0 commit comments

Comments
 (0)