hasura / go-graphql-client

Package graphql provides a GraphQL client implementation.
MIT License
395 stars 91 forks source link

ci: check go.mod and go.sum are up-to-date #120

Closed alexandear closed 8 months ago

alexandear commented 8 months ago

This PR actualizes go.mod and go.sum with go mod tidy. Additionally, adds CI check to prevent such situations in the future.