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

build(flux): update flux to v0.117.0 #21539

Merged
merged 3 commits into from
May 24, 2021
Merged

build(flux): update flux to v0.117.0 #21539

merged 3 commits into from
May 24, 2021

Conversation

wolffcm
Copy link

@wolffcm wolffcm commented May 24, 2021

No description provided.

@@ -12,6 +12,7 @@ import (
_ "github.com/mna/pigeon"
_ "golang.org/x/tools/cmd/goimports"
_ "golang.org/x/tools/cmd/stringer"
_ "gopkg.in/yaml.v2"
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this used for?

Copy link
Author

Choose a reason for hiding this comment

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

There was a test called influxql_validation that was failing:
https://app.circleci.com/pipelines/github/influxdata/influxdb/20730/workflows/b6570808-a0f1-478e-8f7f-2f95fd6b02ca/jobs/191747
Apparently this test needs this dependency, but it's not kept around by go mod tidy, and it can't be added as the test runs due to -mod=readonly. I added it to tools.go so that there is an explicit dependency. We've used this mechanism in the past in order to pin to versions of packages that are not necessarily used from Go code explicitly.

Is there a better way to address this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Nah that makes sense to me 👍 I was just curious

@wolffcm wolffcm merged commit 251f43a into master May 24, 2021
@wolffcm wolffcm deleted the flux-staging/v0.117.0 branch May 24, 2021 19:29
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