sqlc
sqlc copied to clipboard
docker run 1.26.0 but generating v1.25.0
Version
1.26.0
What happened?
when i run docker run --rm -v "$(PWD):/src" -w /src sqlc/sqlc:1.26.0 generate, but the generated files have v1.25.0.
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response
@notjaywu @kyleconroy I see the same. It is not only the version in generated files. The image is actually 1.25.0.
discussion in #3389