go version update

This commit is contained in:
2026-02-06 09:45:29 +03:00
parent 95c125c322
commit 9a646e001b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.6-alpine3.23 AS builder
FROM golang:1.25.7-alpine3.23 AS builder
ARG BUILD_TIME
ARG GIT_COMMIT
WORKDIR /usr/src/kurumi

2
go.mod
View File

@@ -1,6 +1,6 @@
module kurumibot
go 1.25.6
go 1.25.7
require (
git.nix13.pw/scuroneko/extypes v1.0.3