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

Fixed unkeyed fields in file.go for GoogleAppEngine #43

Merged
merged 1 commit into from
May 31, 2018

Conversation

wmetaw
Copy link
Contributor

@wmetaw wmetaw commented May 31, 2018

Hi there.
When I deploy into GooleAppEngine. The following errors occured.

File upload done.
Updating service [default]...failed.
ERROR: (gcloud.app.deploy) Error Response: [9] Deployment contains files that cannot be compiled: Compile failed:
go-app-builder: Failed parsing input (5 errors)
github.com/golang-migrate/migrate/source/file/file.go:85:14: composite struct literal os.PathError with unkeyed fields
github.com/golang-migrate/migrate/source/file/file.go:93:14: composite struct literal os.PathError with unkeyed fields
github.com/golang-migrate/migrate/source/file/file.go:101:14: composite struct literal os.PathError with unkeyed fields
github.com/golang-migrate/migrate/source/file/file.go:115:19: composite struct literal os.PathError with unkeyed fields
github.com/golang-migrate/migrate/source/file/file.go:126:19: composite struct literal os.PathError with unkeyed fields

Can you please merge this?

Thank you.

@dhui dhui merged commit c984265 into golang-migrate:master May 31, 2018
@dhui
Copy link
Member

dhui commented May 31, 2018

Thanks for fixing. You'll need to use the master branch for now until the broken builds have been fixed and I can cut a new release

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

Successfully merging this pull request may close these issues.

None yet

2 participants