Skip to content

Commit 4a22c25

Browse files
committed
Update Go Version to 1.25.5
1 parent 6bae74c commit 4a22c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.25.4 AS build
1+
FROM golang:1.25.5 AS build
22
WORKDIR /root
33
COPY go.mod go.sum ./
44
RUN go mod download

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kobsio/klogs
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.41.0

0 commit comments

Comments
 (0)