sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

docker run 1.26.0 but generating v1.25.0

Open notjaywu opened this issue 1 year ago • 1 comments

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 avatar Jun 03 '24 07:06 notjaywu

@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

gitslav avatar Jun 07 '24 12:06 gitslav