From e19ade86cd7de2266a98dcb9efe33d9bd7ace8f0 Mon Sep 17 00:00:00 2001 From: Denis Shaporov Date: Tue, 7 Jul 2026 22:35:14 +0300 Subject: [PATCH] chore: pull go-scaffolds template updates --- .copier-answers.yml | 2 +- taskfile.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index fa5d42e..8da67a4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY. -_commit: v1.2.1 +_commit: v1.5.0 _src_path: gh:acidsailor/go-scaffolds author: Denis Shaporov / acidsailor author_email: d@shaporov.dev diff --git a/taskfile.yaml b/taskfile.yaml index 84e986d..09adde4 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -34,6 +34,6 @@ tasks: - goreleaser release --clean update: - desc: Pull latest go-scaffolds v1 template tooling (3-way merge; source untouched) + desc: Pull latest go-scaffolds v1 template tooling (3-way merge; source untouched; no prompts) cmds: - - uvx copier update --vcs-ref v1 + - uvx copier update --defaults --vcs-ref v1