Skip to content

Commit 75ae046

Browse files
committed
Fixed go download
1 parent 4bb52e5 commit 75ae046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9.0
16+
ENV GOLANG_VERSION 1.9
1717

1818
RUN set -eux; \
1919
\

0 commit comments

Comments
 (0)