Skip to content

Commit

Permalink
Use Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolok committed Feb 23, 2021
1 parent 6754daf commit 68f1f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:1.10
RUN mkdir /app
FROM golang:1.15

WORKDIR /app
COPY . /app/
RUN go get github.com/lib/pq

EXPOSE 3000
CMD ["go","run","main.go"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/anynines/a9s-postgresql-app

go 1.13
go 1.15

require github.com/lib/pq v1.2.0

0 comments on commit 68f1f56

Please sign in to comment.