Skip to content

Commit 806137d

Browse files
committed
Update to go 1.25
1 parent 3468649 commit 806137d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22

33
RUN apk update && apk add --no-cache git
44

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/noqqe/serra
22

3-
go 1.22.0
3+
go 1.25.0
44

5-
toolchain go1.22.6
5+
toolchain go1.25.4
66

77
require (
88
github.com/charmbracelet/log v0.4.0

0 commit comments

Comments
 (0)