Skip to content

Conversation

@cpuguy83
Copy link
Member

Note that go1.8.2 contains a security fix (CVE-2017-8932).

@aaronlehmann
Copy link

When we bump the go version, it sometimes causes files that were go fmt-compliant to no longer pass the check. But we don't run the check until those files change, and it ends up being confusing.

Is it possible to check the formatting of all files at the time we upgrade go? Ideally this would be automated, but a manual pass would work for now.

I doubt it's an issue for this patch release of go, but it's probably still worth checking.

@thaJeztah thaJeztah mentioned this pull request May 29, 2017
23 tasks
@thaJeztah
Copy link
Member

ARM failing on;

16:37:36 ----------------------------------------------------------------------
16:37:36 FAIL: docker_cli_logs_test.go:215: DockerSuite.TestLogsFollowSlowStdoutConsumer
16:37:36 
16:37:36 docker_cli_logs_test.go:244:
16:37:36     c.Assert(actual, checker.Equals, expected)
16:37:36 ... obtained int = 169954
16:37:36 ... expected int = 200000
16:37:36 
16:37:41 

Used to be a flaky test, but not sure why it's failing again. I'll restart ARM

@cpuguy83
Copy link
Member Author

It always fails on PR's.

@thaJeztah
Copy link
Member

I see there's a couple of locations that are still on Go 1.7.5, for example: contrib/builder/deb/aarch64/debian-jessie/Dockerfile#L15, and man/Dockerfile#L1

And even 1.7.4; contrib/builder/rpm/armhf/centos-7/Dockerfile#L12

Note that go1.8.2 contains a security fix (CVE-2017-8932).

Signed-off-by: Brian Goff <[email protected]>
@cpuguy83
Copy link
Member Author

Updated.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

@tiborvass
Copy link
Contributor

LGTM

Copy link
Member

@tonistiigi tonistiigi left a comment

Choose a reason for hiding this comment

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

LGTM

@thaJeztah
Copy link
Member

ARM failure is #33387 (comment), I'll go ahead and merge this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants