Skip to content

Commit c3012d9

Browse files
authored
Update to delve 1.6.0 (#58)
1 parent f4e1fe4 commit c3012d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.15 as delve
22

3-
ARG DELVE_VERSION=1.5.1
3+
ARG DELVE_VERSION=1.6.0
44

55
RUN curl --location --output delve-$DELVE_VERSION.tar.gz https://github.com/go-delve/delve/archive/v$DELVE_VERSION.tar.gz \
66
&& tar xzf delve-$DELVE_VERSION.tar.gz \

0 commit comments

Comments
 (0)