Skip to content

Conversation

SamuelMarks
Copy link
Contributor

@SamuelMarks SamuelMarks changed the title [.travis.yml,appveyor.yml,docstring] Upgrade to Go 1.12 Upgrade to Go 1.12 Feb 26, 2019
@SamuelMarks SamuelMarks force-pushed the go-1.12 branch 2 times, most recently from 5a45b54 to 77bf127 Compare February 26, 2019 04:12
Copy link
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karalabe karalabe added this to the 1.9.0 milestone Feb 26, 2019
@karalabe
Copy link
Member

I've worked around one upstream bug: golang/go#30399

Still fails with another upstream issue: golang/go#30401

@mvdan
Copy link

mvdan commented Feb 26, 2019

FWIW, a cleaner way to work around the vet issue in 1.12 is to add something like:

import (
    _ "fmt" // TODO: remove once https://github.com/golang/go/issues/30399 is fixed
)

@karalabe
Copy link
Member

@mvdan Yeah, but since the issue is only in some relatively tiny test code, might as well just replace that formatting string. It's not something essential or live either way.

@karalabe karalabe merged commit 505a49e into ethereum:master Feb 27, 2019
@SamuelMarks SamuelMarks deleted the go-1.12 branch April 6, 2019 02:17
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Jul 11, 2024
gzliudan added a commit to XinFinOrg/XDPoSChain that referenced this pull request Aug 3, 2024
gzliudan added a commit to XinFinOrg/XDPoSChain that referenced this pull request Aug 19, 2024
wanwiset25 pushed a commit to XinFinOrg/XDPoSChain that referenced this pull request Aug 23, 2024
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.

3 participants