diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-01 12:55:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-02 16:28:11 +0700 |
| commit | bebcc50aa6fcaf13c4cbb2116e73d107bc7d9576 (patch) | |
| tree | 059c1feb3851fc71c0410a9076cf860beeda3249 | |
| parent | 97a8194e7aecab2da27f39de9d757977df402d66 (diff) | |
| download | pakakeh.go-bebcc50aa6fcaf13c4cbb2116e73d107bc7d9576.tar.xz | |
lib/play: set the minimum Go tool version to 1.25.0
| -rw-r--r-- | lib/play/play.go | 2 |
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. |
