windows 10 x64, go1.13, fluter beta v1.9.1+hotfix.1
gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0
hover: Using engine from cache
hover: Cleaning the build directory
hover: Bundling flutter app
hover: Compiling 'go-flutter' and plugins
go: github.com/go-flutter-desktop/[email protected] requires
github.com/go-gl/[email protected]: invalid pseudo-version: does not match version-control timestamp (2019-04-09T00:40:39Z)
hover: Go build failed: exit status 1
ubuntu 19.04 go1.13 too
Windows 10 with all the latest updates and go 1.13 here, I'm getting this issue as well.
see: https://tip.golang.org/doc/go1.13#version-validation
The date string must match the UTC timestamp of the revision.
I'm updating go-flutter to be compatible with go1.13.
@ykmnkmi, @thebf the issue should be fixed in 'v0.29.2' can you hover update and check if the issue is really resolved?
Remoting into my work desktop right now to check
Seems like it worked. I got to the point of getting a new type of error when bootstrapping.
The Url launcher plugin likely needs the same treatment as adding that plugin produced the same error again.
Gets #248
When try with hover run -b '@gl-3.3' throws this error (texture-example too)
branch gl-3.3 was rebased with master
examples were updated.
go-flutter plugins:
$ git tag 'video_player/v0.0.2' && git tag 'image_picker/v0.1.4' && git tag 'url_launcher/v0.1.1' && git tag 'shared_preferences/v0.4.1' && git tag 'path_provider/v0.3.1'
$ git push --tags
Total 0 (delta 0), r茅utilis茅s 0 (delta 0)
To github.com:go-flutter-desktop/plugins.git
* [new tag] image_picker/v0.1.3 -> image_picker/v0.1.4
* [new tag] path_provider/v0.3.0 -> path_provider/v0.3.1
* [new tag] shared_preferences/v0.4.0 -> shared_preferences/v0.4.1
* [new tag] url_launcher/v0.1.0 -> url_launcher/v0.1.1
* [new tag] video_player/v0.0.1 -> video_player/v0.0.2
Make sure to update your go-flutter plugins (edit: go/go.mod) !!
Thanks for the head-up! :+1: