From cdffedc471adff3ace7b9c7819920cc0b8b2e8ec Mon Sep 17 00:00:00 2001 From: Matthew Boedicker <24275+mmb@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:43:47 -0700 Subject: [PATCH] Update to go 1.27.1 --- go.mod | 4 ++-- tests/integration/go.mod | 4 ++-- tools/go.mod | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index ef632d2..e3baa26 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/mmb/tmpbbs -go 1.26 +go 1.27 -toolchain go1.26.6 +toolchain go1.27.1 require ( github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d diff --git a/tests/integration/go.mod b/tests/integration/go.mod index 8614eb1..2bfebab 100644 --- a/tests/integration/go.mod +++ b/tests/integration/go.mod @@ -1,8 +1,8 @@ module github.com/mmb/tmpbbs/tests/integration -go 1.26 +go 1.27 -toolchain go1.26.6 +toolchain go1.27.1 require ( github.com/chromedp/cdproto v0.0.0-20260714215040-dc233986426f diff --git a/tools/go.mod b/tools/go.mod index 3a9343d..38836ee 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,8 +1,8 @@ module github.com/mmb/tmpbbs/tools -go 1.26 +go 1.27 -toolchain go1.26.6 +toolchain go1.27.1 tool ( golang.org/x/text/cmd/gotext