Skip to content

Conversation

@dannykopping
Copy link
Contributor

@dannykopping dannykopping commented Aug 3, 2022

Fixes #6831

Thanks for reporting this @andig 👍

Hat-tip to @rfratto in grafana/agent#1985

@dannykopping dannykopping requested a review from a team as a code owner August 3, 2022 16:19
@grafanabot
Copy link
Contributor

./tools/diff_coverage.sh ../loki-main/test_results.txt test_results.txt ingester,distributor,querier,querier/queryrange,iter,storage,chunkenc,logql,loki

Change in test coverage per package. Green indicates 0 or positive change, red indicates that test coverage for a package fell.

+           ingester	0%
+        distributor	0%
+            querier	0%
+ querier/queryrange	0%
+               iter	0%
+            storage	0%
+           chunkenc	0%
+              logql	0%
+               loki	0%

Signed-off-by: Danny Kopping <[email protected]>
Copy link
Collaborator

@trevorwhitney trevorwhitney left a comment

Choose a reason for hiding this comment

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

lgtm, I'm assuming we will need to update build images as well?

@grafanabot
Copy link
Contributor

./tools/diff_coverage.sh ../loki-main/test_results.txt test_results.txt ingester,distributor,querier,querier/queryrange,iter,storage,chunkenc,logql,loki

Change in test coverage per package. Green indicates 0 or positive change, red indicates that test coverage for a package fell.

+           ingester	0%
+        distributor	0%
+            querier	0%
+ querier/queryrange	0%
+               iter	0%
+            storage	0%
+           chunkenc	0%
+              logql	0%
+               loki	0%

@dannykopping
Copy link
Contributor Author

lgtm, I'm assuming we will need to update build images as well?

I don't think so - this just allows the project to build against 1.19, but we aren't actually using 1.19 yet
Thanks for the review

@dannykopping dannykopping merged commit c63928e into grafana:main Aug 3, 2022
@dannykopping dannykopping deleted the dannykopping/support-go-1.19 branch August 3, 2022 16:53
MasslessParticle pushed a commit that referenced this pull request Sep 7, 2022
<!--  Thanks for sending a pull request!  Before submitting:

1. Read our CONTRIBUTING.md guide
2. Name your PR as `<Feature Area>: Describe your change`.
a. Do not end the title with punctuation. It will be added in the
changelog.
b. Start with an imperative verb. Example: Fix the latency between
System A and System B.
  c. Use sentence case, not title case.
d. Use a complete phrase or sentence. The PR title will appear in a
changelog, so help other people understand what your change will be.
3. Rebase your PR if it gets out of sync with main
-->

**What this PR does / why we need it**:
Allows for updating to the latest Loki version on OpenBSD after a series
of updates in https://github.com/golang/x/sys were committed (and after
#6833)
lxwzy pushed a commit to lxwzy/loki that referenced this pull request Nov 7, 2022
* Support building against Go 1.19

Fixes grafana#6831

Hat-tip to @rfratto in grafana/agent#1985

Signed-off-by: Danny Kopping <[email protected]>

* go mod tidy

Signed-off-by: Danny Kopping <[email protected]>
lxwzy pushed a commit to lxwzy/loki that referenced this pull request Nov 7, 2022
…7021)

<!--  Thanks for sending a pull request!  Before submitting:

1. Read our CONTRIBUTING.md guide
2. Name your PR as `<Feature Area>: Describe your change`.
a. Do not end the title with punctuation. It will be added in the
changelog.
b. Start with an imperative verb. Example: Fix the latency between
System A and System B.
  c. Use sentence case, not title case.
d. Use a complete phrase or sentence. The PR title will appear in a
changelog, so help other people understand what your change will be.
3. Rebase your PR if it gets out of sync with main
-->

**What this PR does / why we need it**:
Allows for updating to the latest Loki version on OpenBSD after a series
of updates in https://github.com/golang/x/sys were committed (and after
grafana#6833)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Go 1.19

5 participants