We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db49c26 commit 214246cCopy full SHA for 214246c
scripts/goimportscheck.sh
@@ -29,7 +29,7 @@ fi
29
# "IFS" environment variable, but the primary place we want to run this right
30
# now is in our "quick checks" workflow and that _does_ have a reasonably
31
# modern version of Bash.
32
-readarray -t target_files < <(git diff --name-only ${base_branch} --diff-filter=MA | grep "\.go" | grep -v ".pb.go")
+readarray -t target_files < <(git diff --name-only ${base_branch} --diff-filter=MA | grep "\.go" | grep -v ".pb.go" | grep -v ".go-version")
33
34
# NOTE: The above intentionally excludes .pb.go files because those are
35
# generated by a tool (protoc-gen-go) which itself doesn't produce
0 commit comments