From 93688d0cb67658e998a5e66256cd6a49b0b77fbd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 5 Feb 2026 00:06:35 +0900 Subject: fix build --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b26086..116bd2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.24" + go-version: "1.25" cache-dependency-path: go.sum - run: go vet ./... diff --git a/Dockerfile b/Dockerfile index 4bc51bc..960eb17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24 AS builder +FROM golang:1.25 AS builder WORKDIR /app -- cgit v1.3.1