Skip to content

Commit

Permalink
Revert "Add CACHE_DOCKER variable (#93)"
Browse files Browse the repository at this point in the history
This reverts commit 3c76174.
  • Loading branch information
pkwarren committed Jul 5, 2023
1 parent 3c76174 commit 4ec9215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make/go/base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ CACHE_BASE ?= $(HOME)/.cache/$(PROJECT)

CACHE := $(CACHE_BASE)/$(UNAME_OS)/$(UNAME_ARCH)
CACHE_BIN := $(CACHE)/bin
CACHE_DOCKER := $(CACHE)/docker
CACHE_INCLUDE := $(CACHE)/include
CACHE_VERSIONS := $(CACHE)/versions
CACHE_ENV := $(CACHE)/env
Expand Down

0 comments on commit 4ec9215

Please sign in to comment.