Skip to content

Commit

Permalink
build edge containers with go1.14 (minio#10279)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Aug 19, 2020
1 parent 7411620 commit ab801ad
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
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.14-alpine as builder

LABEL maintainer="MinIO Inc <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion mint/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $APT update
$APT install gnupg ca-certificates

# download and install golang
GO_VERSION="1.13.12"
GO_VERSION="1.14.7"
GO_INSTALL_PATH="/usr/local"
download_url="https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz"
if ! $WGET --output-document=- "$download_url" | tar -C "${GO_INSTALL_PATH}" -zxf -; then
Expand Down

0 comments on commit ab801ad

Please sign in to comment.