aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2023-11-12 13:01:39 +0700
committerShulhan <m.shulhan@gmail.com>2023-11-12 13:01:39 +0700
commit41e243797ea15adff220279d7b0ee240fb7aad85 (patch)
treefa61c3102a4f8f0566de0e78dfd652c7f964fae0
parent12b6da0d8501baad59466294679c7f39653ecd17 (diff)
downloadgolang-id-tour-41e243797ea15adff220279d7b0ee240fb7aad85.tar.xz
all: update Go runtime to version 1.21
-rw-r--r--app.yaml2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/app.yaml b/app.yaml
index 63bf198..8d8d146 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,5 +1,5 @@
service: default
-runtime: go118
+runtime: go121
env_variables:
TOUR_ANALYTICS: |
diff --git a/go.mod b/go.mod
index c3eacb9..8c143cc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/golang-id/tour
-go 1.18
+go 1.21
require (
golang.org/x/tools v0.6.0