Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): downgrading to go 1.24 #127

Merged
merged 4 commits into from
Feb 25, 2025
Merged

Conversation

Jacobbrewer1
Copy link
Owner

@Jacobbrewer1 Jacobbrewer1 commented Feb 25, 2025

Describe your changes

This pull request includes changes to downgrade the Go version and add a new mock file for the Filter type. The most important changes are as follows:

Downgrading Go version:

  • go.mod: Changed the Go version from 1.24 to 1.23 and updated the toolchain accordingly. Additionally, downgraded the github.com/vektra/mockery/v2 dependency from version 2.52.3 to 2.52.1.

Adding mock file:

  • mock_Filter.go: Added a new autogenerated mock file for the Filter type using mockery. This includes mock implementations for the Join and Where methods, as well as a NewMockFilter function for creating new instances of MockFilter.

@Jacobbrewer1 Jacobbrewer1 enabled auto-merge (squash) February 25, 2025 08:15
@Jacobbrewer1 Jacobbrewer1 merged commit 9a3b4f6 into main Feb 25, 2025
7 checks passed
@Jacobbrewer1 Jacobbrewer1 deleted the chore/go-version-1.23 branch February 25, 2025 08:24
Jacobbrewer1 added a commit that referenced this pull request Feb 25, 2025
Jacobbrewer1 added a commit that referenced this pull request Feb 26, 2025
* Revert "chore(deps): downgrading to go 1.24 (#127)"

This reverts commit 9a3b4f6.

* gen

* tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant