Skip to content

Commit f4e1fe4

Browse files
authored
Update to dlv 1.5.1 (#55)
1 parent 0bbc2a9 commit f4e1fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0
3+
ARG DELVE_VERSION=1.5.1
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)