Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### **PR Type** Enhancement ___ ### **Description** - Update Go version and toolchain - Upgrade multiple dependencies to latest versions - Update PostgreSQL client version in flake.nix - Add new YAML-related dependencies ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>flake.nix</strong><dd><code>Update PostgreSQL client version</code> </dd></summary> <hr> flake.nix - Update PostgreSQL client from version 16.4 to 17.2 </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/607/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0">+1/-1</a> </td> </tr> </table></td></tr><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Update Go version and dependencies</code> </dd></summary> <hr> go.mod <li>Update Go version to 1.23.0<br> <li> Upgrade multiple dependencies to latest versions<br> <li> Add new dependencies for YAML handling </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/607/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+30/-30</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update dependency checksums</code> </dd></summary> <hr> go.sum <li>Update checksums for upgraded dependencies<br> <li> Remove old dependency versions<br> <li> Add checksums for new dependencies </details> </td> <td><a href="https://github.com/nhost/hasura-auth/pull/607/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+62/-66</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details>
- Loading branch information