Skip to content

Commit

Permalink
Merge pull request #41 from gocardless/dyson-bump-go-1.14.2
Browse files Browse the repository at this point in the history
Bump go to 1.14.2
  • Loading branch information
dyson authored May 11, 2020
2 parents b2e9e04 + 95c5432 commit e3c8172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# build
################################################################################

FROM golang:1.14 AS build
FROM golang:1.14.2 AS build
COPY . /go/src/github.com/sorintlab/stolon
WORKDIR /go/src/github.com/sorintlab/stolon

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0-gc-rc12
0.14.0-gc-rc13

0 comments on commit e3c8172

Please sign in to comment.