We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac0919 + 75ae046 commit e90864dCopy full SHA for e90864d
Makefile
@@ -19,7 +19,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
19
REPOPATH := $(ORGPATH)/$(REPONAME)
20
21
GOPATH := $(GOBUILDDIR)
22
-GOVERSION := 1.8.3-alpine
+GOVERSION := 1.9.0-alpine
23
24
ifndef GOOS
25
GOOS := linux
test/Dockerfile-arangodb-golang
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
procps \
14
&& rm -rf /var/lib/apt/lists/*
15
16
-ENV GOLANG_VERSION 1.8.3
+ENV GOLANG_VERSION 1.9
17
18
RUN set -eux; \
\
0 commit comments