Skip to content

Commit 036bbb4

Browse files
committed
fix: include patch version in go.mod
see golang/go#68971, go directive without patch can cause some go toolchains to fail, eg. go1.22.2 bundled with Ubuntu 24.04 LTS
1 parent d18cb56 commit 036bbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module T00ls
22

3-
go 1.23
3+
go 1.23.5

0 commit comments

Comments
 (0)