Skip to content

Commit e90864d

Browse files
authored
Merge pull request #82 from arangodb-helper/go-1.9.0
Updated to go 1.9.0
2 parents 4ac0919 + 75ae046 commit e90864d

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
1717

1818
RUN set -eux; \
1919
\

0 commit comments

Comments
 (0)