Skip to content

Commit

Permalink
entgql: upgrade to 99designs/[email protected] and vektah/gqlparser/v2@…
Browse files Browse the repository at this point in the history
…v2.5.21 (#609)

* Update github.com/99designs/[email protected] and github.com/vektah/gqlparser/[email protected]

Signed-off-by: Steve Coffman <[email protected]>

* Re-generate

Signed-off-by: Steve Coffman <[email protected]>

* Re-generate with correct protobuf versions

Signed-off-by: Steve Coffman <[email protected]>

* Try again with protoc v3.19.4

Signed-off-by: Steve Coffman <[email protected]>

* minor tweak to go.mod and avoid pager getting stuck

Signed-off-by: Steve Coffman <[email protected]>

* Update gqlgen to v0.17.62

Signed-off-by: Steve Coffman <[email protected]>

* regenerate?

Signed-off-by: Steve Coffman <[email protected]>

* Minor tweak

Signed-off-by: Steve Coffman <[email protected]>

* re-re-generate

Signed-off-by: Steve Coffman <[email protected]>

* Add tools.go and run go mod tidy

Signed-off-by: Steve Coffman <[email protected]>

* Generate using nektos/act -j generate

Signed-off-by: Steve Coffman <[email protected]>

* Go generate again

Signed-off-by: Steve Coffman <[email protected]>

* Generate using nektos/act -j generate

Signed-off-by: Steve Coffman <[email protected]>

* go clean --modcache and then go mod tidy

Signed-off-by: Steve Coffman <[email protected]>

---------

Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman authored Jan 2, 2025
1 parent 40c9e7b commit 6ecb3d5
Show file tree
Hide file tree
Showing 18 changed files with 5,060 additions and 15,419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
if [ -n "$status" ]; then
echo "you need to run 'go generate ./...' and commit the changes"
echo "$status"
git diff
git --no-pager diff
exit 1
fi
Loading

0 comments on commit 6ecb3d5

Please sign in to comment.