Skip to content

Commit

Permalink
Use go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Jan 18, 2024
1 parent 23c60f7 commit c6ac150
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 @@ -5,7 +5,7 @@ dist: focal
language: go

go:
- 1.19
- 1.21

env:
global:
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.19-alpine AS development
FROM golang:1.21-alpine AS development
WORKDIR /go/src/github.com/tidepool-org/hydrophone
RUN adduser -D tidepool && \
chown -R tidepool /go/src/github.com/tidepool-org/hydrophone
Expand Down

0 comments on commit c6ac150

Please sign in to comment.