Skip to content

Fails to download sqlc v1.29.0 #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mfinelli opened this issue Apr 18, 2025 · 0 comments
Open

Fails to download sqlc v1.29.0 #149

mfinelli opened this issue Apr 18, 2025 · 0 comments

Comments

@mfinelli
Copy link

I'm using this action to download sqlc in my project, but it fails to download the latest version: 1.29.0.

Run sqlc-dev/setup-sqlc@v4
  with:
    sqlc-version: 1.29.0
Error: Unexpected HTTP response: 404

Looking through the action code it seems that it tries to download from downloads.sqlc.dev and the 1.29 release is simply missing:

curl https://downloads.sqlc.dev/sqlc_1.29.0_linux_amd64.zip
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>

Also the directory listing on downloads.sqlc.dev is missing both the 1.28 entry and the 1.29 entry (but the 1.28 zip is actually there, maybe you just need to update the index file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant