Skip to content

Commit 32d8dbf

Browse files
committed
[BACK-4088] Bump go version to 1.25.7.
1 parent 3b13dea commit 32d8dbf

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist: jammy
55
language: go
66

77
go:
8-
- 1.24.5
8+
- 1.25.5
99

1010
services:
1111
- docker

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.7-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.7
64

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

plugin/abbott/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/tidepool-org/platform-plugin-abbott
22

3-
go 1.24.1
3+
go 1.25.7
44

5-
toolchain go1.24.5
5+
toolchain go1.25.7
66

77
require (
88
github.com/lestrrat-go/jwx/v2 v2.1.4

0 commit comments

Comments
 (0)