From 1351a6d575e7e369aab41adc4606e1e971e8fdc3 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Thu, 24 Feb 2022 21:16:20 -0500 Subject: [PATCH] feat(go): update to delve 1.8.1 (#112) --- go/helper-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/helper-image/Dockerfile b/go/helper-image/Dockerfile index 82ade19a..3272bcc4 100644 --- a/go/helper-image/Dockerfile +++ b/go/helper-image/Dockerfile @@ -4,7 +4,7 @@ ARG BUILDPLATFORM ARG TARGETOS ARG TARGETARCH -ARG DELVE_VERSION=1.8.0 +ARG DELVE_VERSION=1.8.1 # Patch delve to make defaults for --check-go-version and --only-same-user # to be set at build time. We must install patch(1) to apply the patch.