Skip to content
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

https://packagecloud.io/golang-migrate/migrate/ doesn't seem to support ubuntu/jammy (ubuntu-22.04) #818

Closed
makotoshimazu opened this issue Oct 6, 2022 · 3 comments

Comments

@makotoshimazu
Copy link

Describe the Bug

I have a CI job using migrate command installed by these commands:

curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb https://packagecloud.io/golang-migrate/migrate/ubuntu/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/migrate.list'
sudo apt update
sudo apt install -y migrate

but apt update failed with error as follows:

E: The repository 'https://packagecloud.io/golang-migrate/migrate/ubuntu jammy Release' does not have a Release file.

Steps to Reproduce

  • Run the commands above on Ubuntu-22.04 (I'm using cimg/go:1.19 docker image)

Expected Behavior

  • No error happens during installation
@wavemoran
Copy link

As a workaround, we moved to installing from the release files directly.

wget http://github.com/golang-migrate/migrate/releases/latest/download/migrate.linux-amd64.deb
sudo dpkg -i migrate.linux-amd64.deb

@mouyong
Copy link

mouyong commented Feb 20, 2023

#818

@dhui
Copy link
Member

dhui commented Jun 5, 2023

Support for Ubuntu Jammy Jellyfish was added in v4.16.1

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

4 participants