From 943972c34453c2162bc10e9089765ff51c1a15cd Mon Sep 17 00:00:00 2001 From: htjulia Date: Sun, 5 Jul 2026 21:01:16 +0900 Subject: [PATCH] fix(build): bump go toolchain to 1.24.6 - go1.24.0 stdlib is affected by GO-2025-3956 (os/exec LookPath) and GO-2025-3750 (os O_CREATE|O_EXCL), failing the govulncheck gate - raising the go directive builds against the patched stdlib and clears both standard-library vulnerabilities #security #govulncheck Co-Authored-By: htjulia --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 79ec3be..356051d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/htcom-code/go-lua-perf -go 1.24.0 +go 1.24.6 require ( github.com/htcom-code/lua-pure v0.1.1