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

Failing gofmt tests #4332

Closed
krasi-georgiev opened this Issue Jul 2, 2018 · 7 comments

Comments

Projects
None yet
4 participants
@krasi-georgiev
Copy link
Member

krasi-georgiev commented Jul 2, 2018

@brancz , @SuperQ do you remember why we run make test against .1.10 and 1.x?

It seems that we always update the second target (currently 1.10.x) to latest stable anyway so we are running against the same versions on both targets most of the time.

There are some gofmt changes in 1.13 and Travis has some bug in travis that returns 1.13 for 1.x where it should return latest stable, but my question is should we just run 1.10 or at least run make style only for the laster golang stable.?

@krasi-georgiev

This comment has been minimized.

Copy link
Member Author

krasi-georgiev commented Jul 2, 2018

some initial discussions in #4329 (comment)

@SuperQ

This comment has been minimized.

Copy link
Member

SuperQ commented Jul 2, 2018

I don't really know the whole history.

@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Jul 2, 2018

At least it isn't uniform across projects since AlertManager (at least) tests only against 1.10.x (which is pulling the correct version).

@brancz

This comment has been minimized.

Copy link
Member

brancz commented Jul 2, 2018

Not sure how to ensure this as our setup is quite entangled regarding this, but it sounds like we should run everything with the same version as we’re compiling the target binary with promu.

@krasi-georgiev

This comment has been minimized.

Copy link
Member Author

krasi-georgiev commented Jul 2, 2018

ok , thanks

@simonpasquier do you want to update your PR #4331 to remove the 1.x alltogether so we can fix the tests and will revisit if needed.

@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Jul 3, 2018

@krasi-georgiev this is done.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.