aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-01 12:55:58 +0700
committerShulhan <ms@kilabit.info>2026-02-02 16:28:11 +0700
commitbebcc50aa6fcaf13c4cbb2116e73d107bc7d9576 (patch)
tree059c1feb3851fc71c0410a9076cf860beeda3249
parent97a8194e7aecab2da27f39de9d757977df402d66 (diff)
downloadpakakeh.go-bebcc50aa6fcaf13c4cbb2116e73d107bc7d9576.tar.xz
lib/play: set the minimum Go tool version to 1.25.0
-rw-r--r--lib/play/play.go2
1 files changed, 1 insertions, 1 deletions
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.