Skip to content

Commit

Permalink
Update to Golang 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkrauss committed Nov 8, 2023
1 parent 034b9e3 commit 5e64aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.3
- 1.21.4

services:
- docker
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.3-alpine AS development
FROM golang:1.21.4-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 5e64aab

Please sign in to comment.