File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN mkdir -p /tmp/hoverfly \
61
61
&& cd /tmp/hoverfly || exit \
62
62
&& export HOVERFLY_PLATFORM=linux_amd64 \
63
63
&& export HOVERFLY_PLATFORM=linux_amd64 \
64
- && export HOVERFLY_VERSION=v1.9.5 \
64
+ && export HOVERFLY_VERSION=v1.10.0 \
65
65
&& export "HOVERFLY_BUNDLE=hoverfly_bundle_$HOVERFLY_PLATFORM" \
66
66
&& wget -q --show-progress "https://github.com/SpectoLabs/hoverfly/releases/download/$HOVERFLY_VERSION/$HOVERFLY_BUNDLE.zip" \
67
67
&& unzip "$HOVERFLY_BUNDLE.zip" \
Original file line number Diff line number Diff line change 26
26
- uses : golang/tools@gopls/v0
27
27
- uses : go-delve/delve@v1
28
28
- uses : golangci/golangci-lint@v1
29
- - uses : SpectoLabs/hoverfly@v1.9.5
29
+ - uses : SpectoLabs/hoverfly@v1.10.0
You can’t perform that action at this time.
0 commit comments