We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3468649 commit 806137dCopy full SHA for 806137d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine AS builder
+FROM golang:1.25-alpine AS builder
2
3
RUN apk update && apk add --no-cache git
4
go.mod
@@ -1,8 +1,8 @@
module github.com/noqqe/serra
-go 1.22.0
+go 1.25.0
5
-toolchain go1.22.6
+toolchain go1.25.4
6
7
require (
8
github.com/charmbracelet/log v0.4.0
0 commit comments