[no-release-notes] gms bump for name res (#6490)

* [no-release-notes] gms bump

* comments

* merge main

* del local repo refs

* tidy

* tidy

* eventsapi

* more tests

* fix import

* import/diff fixes

* diff panic

* test changes

* import backtick col names

* sysvar name error

* bump

* more import fixes

* fix test to match mysql

* bump

* more fixes

* more fixes

* no prepared count checking

* bump

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* inline type lookup

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* no mod replace

* bump

* bump revert

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
This commit is contained in:
Maximilian Hoffman
2023-08-16 19:24:32 -07:00
committed by GitHub
parent 7d1b2a8068
commit 22068f6407
35 changed files with 341 additions and 262 deletions

View File

@@ -32,8 +32,7 @@ jobs:
go run -mod=readonly ./utils/copyrightshdrs/
./Godeps/verify.sh
./utils/repofmt/check_bats_fmt.sh
./utils/repofmt/check_prepared_tests.sh
if ./utils/repofmt/check_fmt.sh ; then
echo "code is formatted"
else