Remove MAKE_SKIP_PATH, update Dockerfile base image
Gus Eggert committed
Aug 3, 2021 at 14:23 UTC
d3468407aaddbed885abe878f80072186c33a449
2 files changed
+1
-3
Dockerfile
+1
-1
@@ -1,5 +1,5 @@
1
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
2
-FROM golang:1.16.3-buster
2
+FROM golang:1.16.6-buster
3
LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5
# Install deps
test/sharness/Rules.mk
-2
@@ -26,8 +26,6 @@ DEPS_$(d) += $(PLUGINS_$(d))
26
endif
27
endif
28
29
-#export MAKE_SKIP_PATH=1
30
-
29
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
30
@echo "*** $@ ***"
31
ifeq ($(CONTINUE_ON_S_FAILURE),1)