From bebcc50aa6fcaf13c4cbb2116e73d107bc7d9576 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 1 Feb 2026 12:55:58 +0700 Subject: lib/play: set the minimum Go tool version to 1.25.0 --- lib/play/play.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/play/play.go b/lib/play/play.go index ada006c1..23cd7afd 100644 --- a/lib/play/play.go +++ b/lib/play/play.go @@ -99,7 +99,7 @@ var ErrEmptyFile = errors.New(`empty File`) // GoVersion define the Go tool version for go.mod to be used to run the // code. -const GoVersion = `1.23.2` +const GoVersion = `1.25.0` // Timeout define the maximum time the program can be run until it get // terminated. -- cgit v1.3