Skip to content

Commit 60dd6e1

Browse files
authored
docs: Update sample yaml files to point to most-recent release version (vs 'master') (#40)
1 parent 6451653 commit 60dd6e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ You can copy/paste the following snippet into your `.pre-commit-config.yaml` fil
3434
# Consider adding aliases to longer-named hooks for easier CLI usage.
3535
# ==========================================================================
3636
- repo: https://github.com/tekwizely/pre-commit-golang
37-
rev: master
37+
# See 'pre-commit help autoupdate'
38+
rev: v1.0.0-rc.1
3839
hooks:
3940
#
4041
# Go Build

sample-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ repos:
8383
# Consider adding aliases to longer-named hooks for easier CLI usage.
8484
# ==========================================================================
8585
- repo: https://github.com/tekwizely/pre-commit-golang
86-
rev: master
86+
# See 'pre-commit help autoupdate'
87+
rev: v1.0.0-rc.1
8788
hooks:
8889
#
8990
# Go Build

0 commit comments

Comments
 (0)