Replies: 1 comment
-
@phil535 I have the same issues. The latest image is pushed as 1.26.0 but the code is 1.25.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running sqlc version 1.26.0 using docker image generates wrong sqlc version header.
Command:
docker run --rm --user $UID:$GID --volume ./:/src --workdir /src sqlc/sqlc:1.26.0 generate
I used the postgres tutorial example for input but the input should not matter.
This is my sqlc config:
The sqlc 1.26.0 release with the same config and input works as expected.
Is there anything i missed? Do you have the same behavious with that image from docker.io?
Beta Was this translation helpful? Give feedback.
All reactions