You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current release of mockery v2.45 image is not compatible with Go v1.23
ERR Error parsing file error="err: exit status 1: stderr: go: go.mod requires go >= 1.23 (running go 1.22.6; GOTOOLCHAIN=local)\n" dry-run=false version=v2.45.0
Mockery Version
Mockery v2.45.0
Go Version
Go v1.23 is currently used in the application's go.mod
Installation Method
Binary Distribution
Docker
brew
go install
Other: [specify]
Steps to Reproduce
Setup application with Go v1.23
Setup docker compose file with service using mockery image v2.45.0
Generate mocks
Expected Behavior
Expected: No error returned and mocks generated
Actual Behavior
Actual: ERR Error parsing file error="err: exit status 1: stderr: go: go.mod requires go >= 1.23 (running go 1.22.6; GOTOOLCHAIN=local)\n" dry-run=false version=v2.45.0
The text was updated successfully, but these errors were encountered:
khaifazil
changed the title
Current release of mockery v2.45 image is not compatible with Go v1.23
Current release of mockery v2.45 image is not compatible with Go v1.23 when running on docker
Sep 5, 2024
khaifazil
changed the title
Current release of mockery v2.45 image is not compatible with Go v1.23 when running on docker
Current release of mockery v2.45 image is incompatible with Go v1.23 when running on docker
Sep 5, 2024
Hi @LandonTClipp , would it be possible to release a new version of Mockery to Dockerhub for this change in the next 2-3 days? Currently we are unable to use this fix until there is a new version release. Appreciate the help @khaifazil@LandonTClipp 🙂
Description
Current release of mockery v2.45 image is not compatible with Go v1.23
ERR Error parsing file error="err: exit status 1: stderr: go: go.mod requires go >= 1.23 (running go 1.22.6; GOTOOLCHAIN=local)\n" dry-run=false version=v2.45.0
Mockery Version
Mockery v2.45.0
Go Version
Go v1.23 is currently used in the application's go.mod
Installation Method
Steps to Reproduce
Expected Behavior
Expected: No error returned and mocks generated
Actual Behavior
Actual:
ERR Error parsing file error="err: exit status 1: stderr: go: go.mod requires go >= 1.23 (running go 1.22.6; GOTOOLCHAIN=local)\n" dry-run=false version=v2.45.0
The text was updated successfully, but these errors were encountered: