Skip to content

Commit

Permalink
Use go 1.15 (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 committed Oct 16, 2020
1 parent b25bd3d commit 27c7aa8
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 @@ -4,7 +4,7 @@ ARG TARGET=server
ARG GOPROXY

# Build Temporal binaries
FROM golang:1.14-alpine AS builder
FROM golang:1.15-alpine AS builder

RUN apk add --update --no-cache ca-certificates make curl git mercurial protobuf

Expand Down
2 changes: 1 addition & 1 deletion docker/buildkite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.15

# Tried to set Python to ignore warnings due to the instructions at this link:
# https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Expand Down

0 comments on commit 27c7aa8

Please sign in to comment.