Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down