Skip to content

Commit

Permalink
Update migrate to v4.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: Herbert FB <herbert.beserra@gmail.com>
  • Loading branch information
HBeserra committed Jul 6, 2023
1 parent cd2cac8 commit 814c226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ dropdb:
docker exec -it simplebank-postgresdb dropdb simple_bank

install_migrate:
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.14.1/migrate.linux-amd64.tar.gz | tar xvz
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz
sudo mv migrate /usr/bin/migrate

migrateup:

0 comments on commit 814c226

Please sign in to comment.