From 27378c4494159cf93b4c9af0bec2b1d606cff216 Mon Sep 17 00:00:00 2001 From: "TekWize.ly" Date: Wed, 23 Jul 2025 13:21:17 -0700 Subject: [PATCH] docs: Update sample yaml files to point to most-recent release version (vs 'master') --- README.md | 3 ++- sample-config.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50586c8..3bff9f6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ You can copy/paste the following snippet into your `.pre-commit-config.yaml` fil # Consider adding aliases to longer-named hooks for easier CLI usage. # ========================================================================== - repo: https://github.com/tekwizely/pre-commit-golang - rev: master + # See 'pre-commit help autoupdate' + rev: v1.0.0-rc.1 hooks: # # Go Build diff --git a/sample-config.yaml b/sample-config.yaml index 5eb1877..807aba0 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -83,7 +83,8 @@ repos: # Consider adding aliases to longer-named hooks for easier CLI usage. # ========================================================================== - repo: https://github.com/tekwizely/pre-commit-golang - rev: master + # See 'pre-commit help autoupdate' + rev: v1.0.0-rc.1 hooks: # # Go Build