Skip to content

Commit

Permalink
Bump Go version to 1.21.5 and mongodb version to 6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkrauss committed Dec 11, 2023
1 parent bccb2da commit c22c698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ dist: jammy
language: go

go:
- 1.21.4
- 1.21.5

services:
- docker

env:
global:
- MONGODB=mongodb-linux-x86_64-ubuntu2204-6.0.11
- MONGOSH=mongosh-2.0.2-linux-x64
- MONGODB=mongodb-linux-x86_64-ubuntu2204-6.0.12
- MONGOSH=mongosh-2.1.1-linux-x64

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development
FROM golang:1.21.4-alpine AS development
FROM golang:1.21.5-alpine AS development
WORKDIR /go/src/github.com/tidepool-org/shoreline
RUN adduser -D tidepool && \
apk add --no-cache git gcc musl-dev && \
Expand Down

0 comments on commit c22c698

Please sign in to comment.