From 9d07a55bce392ebe0ea26023596a76e6871ebfbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:10:51 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.27.1 --- go.mod | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index cded43b..a077970 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rokuosan/github-issue-cms go 1.25.0 -toolchain go1.26.5 +toolchain go1.27.1 require ( github.com/go-rod/rod v0.116.2 diff --git a/mise.toml b/mise.toml index 161ee14..151119d 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,4 @@ [tools] -go = "1.26.5" +go = "1.27.1" golangci-lint = "2.12.2" goreleaser = "2.17.1"