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** - Updated Go version from 1.22 to 1.23 and related tools (golangci-lint, mockgen, gqlgen, gqlgenc, oapi-codegen) to their latest versions in `overlays/go.nix`. - Upgraded nhost-cli to version 1.24.5 and updated corresponding SHA256 hashes for all platforms in `overlays/nhost-cli.nix`. - Enhanced PostgreSQL overlay with locale support: - Added specific UTF-8 locales configuration. - Updated postFixup for all PostgreSQL versions to include locale archive wrapping. - Added 'dev' to outputs for better package management. - Modified AI review workflow configuration in `.github/workflows/gen_ai_review.yaml` to use 'ignore.glob' instead of 'config.ignore.glob'. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.nix</strong><dd><code>Update Go and related tools versions</code> </dd></summary> <hr> overlays/go.nix <li>Updated Go version from 1.22 to 1.23<br> <li> Updated golangci-lint, mockgen, gqlgen, gqlgenc, and oapi-codegen <br>versions<br> <li> Minor syntax improvements and variable renaming<br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/24/files#diff-46da9fc0b23a2984c1ff57bfd4063ad81fccffcc8403f6902d186d679b4e52bd">+15/-15</a> </td> </tr> <tr> <td> <details> <summary><strong>nhost-cli.nix</strong><dd><code>Upgrade nhost-cli to version 1.24.5</code> </dd></summary> <hr> overlays/nhost-cli.nix <li>Updated nhost-cli version from v1.24.1 to v1.24.5<br> <li> Updated SHA256 hashes for all platform-specific downloads<br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/24/files#diff-30af032272047cf9f8b0556d4e2b31c5a883c5dc27839f3fae1f4e358da760b2">+10/-10</a> </td> </tr> </table></td></tr><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>postgres.nix</strong><dd><code>Enhance PostgreSQL overlay with locale support</code> </dd></summary> <hr> overlays/postgres.nix <li>Added locales configuration for specific UTF-8 locales<br> <li> Updated postFixup for PostgreSQL versions to include locale archive <br>wrapping<br> <li> Added 'dev' to outputs for all PostgreSQL versions<br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/24/files#diff-7f41ebcea5532fee815408ee6bef896c63123c003f7b491c41a69ab003612ce4">+35/-6</a> </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>gen_ai_review.yaml</strong><dd><code>Update AI review workflow configuration</code> </dd></summary> <hr> .github/workflows/gen_ai_review.yaml <li>Changed 'config.ignore.glob' to 'ignore.glob' in the workflow <br>configuration<br> </details> </td> <td><a href="https://github.com/nhost/nixops/pull/24/files#diff-d1e4c772e0acb5ce4891df2dd94ba58ffaf6393e8f75493ec7e10cbce1c4992c">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
- Loading branch information