Skip to content

Commit 59ac208

Browse files
authored
Update to delve 1.5.0 (#48)
1 parent b15f809 commit 59ac208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.14.3 as delve
1+
FROM golang:1.14.6 as delve
22

3-
ARG DELVE_VERSION=1.4.1
3+
ARG DELVE_VERSION=1.5.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)