Update to go 1.25

This commit is contained in:
Florian Baumann 2025-12-03 08:09:54 +01:00
parent 34686494dd
commit 806137de61
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.25-alpine AS builder
RUN apk update && apk add --no-cache git

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/noqqe/serra
go 1.22.0
go 1.25.0
toolchain go1.22.6
toolchain go1.25.4
require (
github.com/charmbracelet/log v0.4.0