aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.