Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: jammy
language: go

go:
- 1.24.3
- 1.25.13

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development
FROM golang:1.24.3-alpine AS development
FROM golang:1.25.13-alpine AS development
WORKDIR /go/src/github.com/tidepool-org/clinic
RUN apk --no-cache update && \
apk --no-cache upgrade && \
Expand All @@ -13,7 +13,7 @@ RUN ./build.sh
CMD ["air"]

# Production
FROM golang:1.24.3-alpine AS production
FROM golang:1.25.13-alpine AS production
WORKDIR /go/src/github.com/tidepool-org/clinic
RUN apk --no-cache update && \
apk --no-cache upgrade && \
Expand Down
1,000 changes: 436 additions & 564 deletions api/gen_server.go

Large diffs are not rendered by default.

760 changes: 395 additions & 365 deletions api/gen_spec.go

Large diffs are not rendered by default.

Loading
Loading