We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e1fe4 commit c3012d9Copy full SHA for c3012d9
go/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.15 as delve
2
3
-ARG DELVE_VERSION=1.5.1
+ARG DELVE_VERSION=1.6.0
4
5
RUN curl --location --output delve-$DELVE_VERSION.tar.gz https://github.com/go-delve/delve/archive/v$DELVE_VERSION.tar.gz \
6
&& tar xzf delve-$DELVE_VERSION.tar.gz \
0 commit comments