diff --git a/.travis.yml b/.travis.yml index 5dde69656..577e2a05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ dist: jammy language: go go: - - 1.24.5 + - 1.25.5 services: - docker diff --git a/Dockerfile b/Dockerfile index a125f8b2e..dc3920a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GOLANG_VERSION=1.24.5-alpine +ARG GOLANG_VERSION=1.25.5-alpine ARG MONGO_VERSION=6.0.23 ARG PLUGIN_VISIBILITY=public diff --git a/go.mod b/go.mod index fcb2c4dc0..d5cc4c5d4 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/tidepool-org/platform -go 1.24.1 - -toolchain go1.24.5 +go 1.25.5 require ( github.com/IBM/sarama v1.45.1