sqlc-dev / sqlc

Generate type-safe code from SQL
https://sqlc.dev
MIT License
12.28k stars 778 forks source link

docker run 1.26.0 but generating v1.25.0 #3409

Open notjaywu opened 3 months ago

notjaywu commented 3 months ago

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

gitslav commented 3 months ago

@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