Skip to content

Commit cd435e0

Browse files
authored
Merge pull request agones-dev#137 from markmandel/feature/golang-1.0
Update Go version to 1.10
2 parents b47d77f + 39924a8 commit cd435e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && \
2424

2525
# install go
2626
WORKDIR /usr/local
27-
ENV GO_VERSION=1.9.4
27+
ENV GO_VERSION=1.10
2828
ENV GOPATH /go
2929
RUN wget -q https://redirector.gvt1.com/edgedl/go/go${GO_VERSION}.linux-amd64.tar.gz && \
3030
tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}

0 commit comments

Comments
 (0)