From a95b338164a8d512af88f5841cfe9d0cdca8b78e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Aug 2026 07:30:27 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20Go=201.27=20=E3=81=B8=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit go.mod / mise.toml / Dockerfile の Go バージョンを 1.25.7 から 1.27.0 へ更新した。 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01DUWzM28D7nBd6uLYz6f6CN --- Dockerfile | 2 +- go.mod | 2 +- mise.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f895507..415ba4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # ---- Build stage ---- -FROM golang:1.25.7-bookworm AS builder +FROM golang:1.27.0-bookworm AS builder WORKDIR /src diff --git a/go.mod b/go.mod index 21a1148..eacfc52 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fun-dotto/server -go 1.25.7 +go 1.27.0 require ( ariga.io/atlas v1.2.0 diff --git a/mise.toml b/mise.toml index d185b0d..c38a5e8 100644 --- a/mise.toml +++ b/mise.toml @@ -4,7 +4,7 @@ minimum_release_age = "7d" [tools] atlas = "1.2.0" gcloud = "575.0.0" -go = "1.25.7" +go = "1.27.0" # portless (npm backend) の実行に Node.js 24+ が必要 node = "24.19.0" "npm:portless" = "0.15.5"