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

Update to go 1.14 #234

Merged
merged 1 commit into from
Apr 9, 2020
Merged

Update to go 1.14 #234

merged 1 commit into from
Apr 9, 2020

Conversation

fhofherr
Copy link
Contributor

@fhofherr fhofherr commented Apr 9, 2020

Go 1.14 also supports building for FreeBSD/ARM64. This requires to
update our dependencies. One or more of those depend on the
golang.org/x/sys module. Older versions of this module do not provide
the uint128 type required for FreeBSD/ARM64.

@fhofherr fhofherr requested a review from LKaemmerling April 9, 2020 08:28
@fhofherr fhofherr force-pushed the upgrade-to-go-1.14 branch 3 times, most recently from 56cc43a to 43772f6 Compare April 9, 2020 08:40
Go 1.14 also supports building for FreeBSD/ARM64. This requires to
update our dependencies. One or more of those depend on the
golang.org/x/sys module. Older versions of this module do not provide
the uint128 type required for FreeBSD/ARM64.
@fhofherr fhofherr force-pushed the upgrade-to-go-1.14 branch from 43772f6 to 11341be Compare April 9, 2020 08:58
@LKaemmerling LKaemmerling merged commit cc8786c into master Apr 9, 2020
@LKaemmerling LKaemmerling deleted the upgrade-to-go-1.14 branch April 9, 2020 09:04
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.

2 participants