Skip to content

Commit

Permalink
update golang-migrate to 4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phamlequang committed Apr 3, 2021
1 parent 59b10d8 commit e7f43f3
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 @@ -40,7 +40,7 @@ jobs:

- name: Install golang-migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.12.2/migrate.linux-amd64.tar.gz | tar xvz
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.14.1/migrate.linux-amd64.tar.gz | tar xvz
sudo mv migrate.linux-amd64 /usr/bin/migrate
which migrate
Expand Down

0 comments on commit e7f43f3

Please sign in to comment.