Closed v1v closed 1 year ago
I've just seen https://github.com/elastic/elastic-package/blob/main/.go-version#L1
maybe that's the reason for note: module requires Go 1.19
--- a/docker/apm-server/Dockerfile
+++ b/docker/apm-server/Dockerfile
@@ -1,5 +1,5 @@
-ARG apm_server_base_image=docker.elastic.co/apm/apm-server:8.0.0-SNAPSHOT
-ARG go_version=1.18.9
+ARG apm_server_base_image=docker.elastic.co/apm/apm-server:8.6.0-SNAPSHOT
+ARG go_version=1.19.5
ARG apm_server_binary=apm-server
I'll try the above docker image
https://github.com/elastic/apm-integration-testing/pull/1554 should fix the issue
When running:
It fails with
@elastic/apm-server , do you happen to know what's the reason? I tried to bump the version for the APM Server with same outcome