Lower go.mod version requirement to 1.23

Was accidentally pinned to the locally installed toolchain's exact version
(1.26.5), which broke CI on runners with an older Go. Nothing in the code
needs anything newer than 1.23.
This commit is contained in:
Cheviiot
2026-07-25 01:18:45 +10:00
parent 699aa2f06e
commit 7ce6316b0a
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/Cheviiot/msvc-go-wine module github.com/Cheviiot/msvc-go-wine
go 1.26.5 go 1.23