Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 1c70371

Browse files
authored
Merge pull request #157 from RiskIdent/update/go/1.25.5
Update Go version to 1.25.5
2 parents f48be0f + cfe73c0 commit 1c70371

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
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
FROM docker.io/library/golang:1.25.4-alpine AS build
5+
FROM docker.io/library/golang:1.25.5-alpine AS build
66
WORKDIR /jelease
77
COPY go.mod go.sum ./
88
RUN go mod download

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module github.com/RiskIdent/jelease
66

7-
go 1.25.4
7+
go 1.25.5
88

99
require (
1010
github.com/a-h/templ v0.3.960

0 commit comments

Comments
 (0)