From 7c48ba43902367e34dcaf1555eb28e05ed93c9a2 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Wed, 13 Apr 2022 14:20:14 +0200 Subject: [PATCH] change status and date --- docs/adrs/0000-caching-dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adrs/0000-caching-dependencies.md b/docs/adrs/0000-caching-dependencies.md index 51aeaa8..06ee00e 100644 --- a/docs/adrs/0000-caching-dependencies.md +++ b/docs/adrs/0000-caching-dependencies.md @@ -1,7 +1,7 @@ # 0. Caching dependencies -Date: 2022-03-29 +Date: 2022-04-13 -Status: Accepted +Status: Proposed # Context `actions/setup-go` is the one of the most popular action related to Golang in GitHub Actions. Many customers use it in conjunction with [actions/cache](https://github.com/actions/cache) to speed up dependency installation process.