aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-10 12:39:30 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-10 12:39:30 +0700
commit608bb927d407fa2ef295d369cb11c40e8710c373 (patch)
tree74ae2b443e758e31884e8a4d5f783485e80a3ed2 /go.mod
parent3ee118461774c1356915b443f02ca03c8c3e5616 (diff)
downloadgolang-id-tour-608bb927d407fa2ef295d369cb11c40e8710c373.tar.xz
all: set minimum Go runtime ke versi 1.25.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e310322..498aa23 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/golang-id/tour
-go 1.24.0
+go 1.25.0
require (
git.sr.ht/~shulhan/pakakeh.go v0.61.0