Skip to content

Commit

Permalink
fix: change migrate CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
cukhoaimon committed Jan 31, 2024
1 parent e521c59 commit 5f65bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install migrate CLI
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.darwin-amd64.tar.gz | tar xvz
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.linux-386.tar.gz | tar xvz
sudo mv migrate /usr/bin/
- name: Run migration database
Expand Down

0 comments on commit 5f65bb3

Please sign in to comment.