Skip to content

Commit d859e0b

Browse files
committed
Update go version to 1.16.5
1 parent f0d324e commit d859e0b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.4
1+
1.16.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.4
1+
FROM golang:1.16.5
22
MAINTAINER Nicolas Ruflin <[email protected]>
33

44
RUN set -x && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get started with APM please see our [Getting Started Guide](https://www.elast
1717

1818
### Requirements
1919

20-
* [Golang](https://golang.org/dl/) 1.16.4
20+
* [Golang](https://golang.org/dl/) 1.16.5
2121

2222
### Install
2323

docs/version.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// doc-branch can be: master, 8.0, 8.1, etc.
22
:doc-branch: 7.x
3-
:go-version: 1.16.4
3+
:go-version: 1.16.5
44
:python: 3.7
55
:docker: 1.12
66
:docker-compose: 1.11

tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.4
1+
FROM golang:1.16.5
22
MAINTAINER Nicolas Ruflin <[email protected]>
33

44
RUN apt-get update
@@ -28,7 +28,7 @@ COPY --chown=$UID go.mod go.sum ./
2828
COPY --chown=$UID approvaltest/go.mod approvaltest/go.sum ./approvaltest/
2929
COPY --chown=$UID systemtest/go.mod systemtest/go.sum ./systemtest/
3030
COPY --chown=$UID internal/otel_collector/go.mod internal/otel_collector/go.sum ./internal/otel_collector/
31-
RUN go mod download
31+
RUN go mod download all
3232
RUN cd approvaltest && go mod download
3333
RUN cd systemtest && go mod download
3434

0 commit comments

Comments
 (0)