Skip to content

Commit c39bcfb

Browse files
committed
Update to Go 1.9.3
Closes agones-dev#63
1 parent 0b20145 commit c39bcfb

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
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222

2323
# install go
2424
WORKDIR /usr/local
25-
ENV GO_VERSION=1.9.2
25+
ENV GO_VERSION=1.9.3
2626
ENV GOPATH /go
2727
RUN wget -q https://redirector.gvt1.com/edgedl/go/go${GO_VERSION}.linux-amd64.tar.gz && \
2828
tar -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz && mkdir ${GOPATH}

0 commit comments

Comments
 (0)