Skip to content

Commit 7e88057

Browse files
author
Tommy Ma
committed
Merge branch 'main' into cyinma/audit-logging-plugin-status
2 parents 9337ecc + 2acae52 commit 7e88057

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
# Protobuf changes
2-
/proto/ @bufdev

make/buf/scripts/checkandupdateprecommithooks.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd "${DIR}"
88
GO_VERSION=$(grep '^go ' go.mod | awk '{print $2}')
99
# If the version in go.mod does not include the patch version, e.g. go 1.24, for the
1010
# .pre-commit-hook.yaml configuration, we'll need to add a 0.
11-
if [[ ! "${GO_VERSION}" =~ '^([0-9]+\.){3}$' ]]; then
11+
if [[ ! "${GO_VERSION}" =~ '^([0-9]+\.){2}([0-9]+)$' ]]; then
1212
GO_VERSION="${GO_VERSION}.0"
1313
fi
1414

0 commit comments

Comments
 (0)