Skip to content

Commit 7eb20a2

Browse files
committed
Specify a go release minor version
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)
1 parent a0dd3be commit 7eb20a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.1
44

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

0 commit comments

Comments
 (0)