Skip to content

Commit 4bb52e5

Browse files
committed
Updated to go 1.9.0
1 parent 4ac0919 commit 4bb52e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
1919
REPOPATH := $(ORGPATH)/$(REPONAME)
2020

2121
GOPATH := $(GOBUILDDIR)
22-
GOVERSION := 1.8.3-alpine
22+
GOVERSION := 1.9.0-alpine
2323

2424
ifndef GOOS
2525
GOOS := linux

test/Dockerfile-arangodb-golang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
procps \
1414
&& rm -rf /var/lib/apt/lists/*
1515

16-
ENV GOLANG_VERSION 1.8.3
16+
ENV GOLANG_VERSION 1.9.0
1717

1818
RUN set -eux; \
1919
\

0 commit comments

Comments
 (0)