Skip to content

Commit 3bbb6eb

Browse files
committed
[BACK-4088] Bump go version to 1.25.5.
1 parent 3b13dea commit 3bbb6eb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_VERSION=1.24.5-alpine
1+
ARG GOLANG_VERSION=1.25.5-alpine
22
ARG MONGO_VERSION=6.0.23
33
ARG PLUGIN_VISIBILITY=public
44

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/tidepool-org/platform
22

3-
go 1.24.1
4-
5-
toolchain go1.24.5
3+
go 1.25.5
64

75
require (
86
github.com/IBM/sarama v1.45.1

0 commit comments

Comments
 (0)