Update rules_go to v0.38.1 and go_version to 1.19.7 (#12055)

* Update rules_go to v0.38.1

* Bump go version

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Preston Van Loon
2023-03-13 14:22:37 -05:00
committed by GitHub
parent a0ff5ff792
commit 81fbfceea8
3 changed files with 17 additions and 11 deletions

View File

@@ -182,5 +182,11 @@
".*_test\\.go": "Tests are ok (for now)",
"tools/analyzers/ineffassign/ineffassign\\.go": "3rd party code with a massive switch statement"
}
},
"shift": {
"exclude_files": {
"external/.*": "Third party code",
"rules_go_work-.*": "Third party code"
}
}
}