Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

migrating to go1.14 #19

Merged
merged 5 commits into from
Feb 26, 2020
Merged

migrating to go1.14 #19

merged 5 commits into from
Feb 26, 2020

Conversation

DpoBoceka
Copy link
Contributor

Closes #18
Now it's able to run on firefox.
Safari, however, still has an issue Unhandled Promise Rejection: RangeError: Maximum call stack size exceeded

@DpoBoceka
Copy link
Contributor Author

Is it breaking anything? What did you use vendor for in the first place?
https://github.com/benthosdev/benthos-lab/pull/19/files#diff-3254677a7917c6c01f55212f86c57fbfL9

@Jeffail
Copy link
Member

Jeffail commented Feb 26, 2020

Ace, thanks @DpoBoceka, the vendoring prevents you needing to pull the deps twice when you already have them locally. It was breaking because the first step of the drone CI script calls go mod vendor using go version 1.12, but I'll just remove that as it's not needed.

@Jeffail Jeffail merged commit 7d79570 into benthosdev:master Feb 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lab doesn't work with Benthos v3.2.1 (seems like it's Go 1.13)
2 participants