Skip to content

Commit 82605b4

Browse files
committed
chore: Updated the root whitelist in to include error_mapping.go.
1 parent 06394ce commit 82605b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-race.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
set -euo pipefail
4444
45-
expected="$(printf '%s\n' builder.go config.go context.go doc.go engine.go errors.go goAuth.go types.go | sort)"
45+
expected="$(printf '%s\n' builder.go config.go context.go doc.go engine.go error_mapping.go errors.go goAuth.go types.go | sort)"
4646
actual="$(ls -1 *.go | grep -v '_test.go$' | sort)"
4747
4848
if [ "$actual" != "$expected" ]; then

0 commit comments

Comments
 (0)