Skip to content

Commit a048395

Browse files
Update deps, golang, mongo (#805)
* update mongo, golang, deps, go * [BACK-2638] Move Summary buckets to collection and unify datastructure (#763) --------- Co-authored-by: Todd Kazakov <[email protected]>
1 parent 5b62fb4 commit a048395

File tree

1,109 files changed

+44274
-103147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,109 files changed

+44274
-103147
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ dist: jammy
33
language: go
44

55
go:
6-
- 1.23.7
6+
- 1.24.3
77

88
services:
99
- docker
1010

1111
env:
1212
global:
13-
- MONGODB=6.0.14
14-
- MONGOSH=2.2.3
13+
- MONGODB=6.0.22
14+
- MONGOSH=2.5.1
1515

1616
cache:
1717
directories:

Dockerfile.auth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.blob

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.migrations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.prescription

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.task

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN apk --no-cache update && \
55
apk --no-cache upgrade && \

Dockerfile.tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development
2-
FROM golang:1.23.7-alpine AS development
2+
FROM golang:1.24.3-alpine AS development
33
WORKDIR /go/src/github.com/tidepool-org/platform
44
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/community' >> /etc/apk/repositories && \
55
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/main' >> /etc/apk/repositories && \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif
8383

8484
mockgen:
8585
ifeq ($(shell which mockgen),)
86-
go install go.uber.org/mock/[email protected].0
86+
go install go.uber.org/mock/[email protected].2
8787
endif
8888

8989
ginkgo:

auth/test/mock.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)