-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/golang-migrate/migrate/v4 from 4.15.0 to 4.15.1 (#48)
* Bump github.com/golang-migrate/migrate/v4 from 4.15.0 to 4.15.1 Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.15.0...v4.15.1) --- updated-dependencies: - dependency-name: github.com/golang-migrate/migrate/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump migrate Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Gregg <[email protected]>
- Loading branch information
1 parent
c64e017
commit e70ab93
Showing
3 changed files
with
150 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# bin/go-post-compile is used by the heroku/go buildpack as a post-compile hook | ||
#!/bin/bash | ||
|
||
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.14.1 | ||
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.