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

Update golang Docker tag to v1.22.1 (main) #7356

Merged
merged 6 commits into from
Apr 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
golang final minor 1.21.8-bookworm -> 1.22.1-bookworm

Configuration

📅 Schedule: Branch creation - "before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 12, 2024 07:05
Copy link
Contributor

Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version grafana/mimir-build-image:pr7356-4cfe973f96. This can take up to 1 hour.

aknuds1
aknuds1 previously approved these changes Feb 12, 2024
@aknuds1 aknuds1 force-pushed the deps-update/main-golang-1.x branch from aeaba9a to 3046f84 Compare February 12, 2024 08:46
@aknuds1 aknuds1 enabled auto-merge (squash) February 12, 2024 08:46
Copy link
Contributor

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-4cfe973f96 already exists.

@aknuds1 aknuds1 self-requested a review February 12, 2024 08:58
@aknuds1 aknuds1 dismissed their stale review February 12, 2024 08:59

Fails after rebase

@aknuds1 aknuds1 force-pushed the deps-update/main-golang-1.x branch from 3046f84 to 6dc1922 Compare February 12, 2024 09:04
Copy link
Contributor

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-4cfe973f96 already exists.

@aknuds1
Copy link
Contributor

aknuds1 commented Feb 12, 2024

Looks as if faillint segfaults in combination with Go 1.22.

@renovate renovate bot changed the title Update golang Docker tag to v1.22.0 (main) chore(deps): update golang docker tag to v1.22.0 (main) Mar 1, 2024
@renovate renovate bot force-pushed the deps-update/main-golang-1.x branch from 6dc1922 to f9c456b Compare March 1, 2024 16:22
Copy link
Contributor

github-actions bot commented Mar 1, 2024

Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version grafana/mimir-build-image:pr7356-e6a2af2cec. This can take up to 1 hour.

@aknuds1 aknuds1 force-pushed the deps-update/main-golang-1.x branch from 07d385b to 6e8d236 Compare March 2, 2024 13:03
Copy link
Contributor

github-actions bot commented Mar 2, 2024

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-e6a2af2cec already exists.

@ying-jeanne
Copy link
Contributor

this might be golang-ci linter's version is not compatible with go version 💭, I remember something similar a while ago.

@aknuds1
Copy link
Contributor

aknuds1 commented Mar 4, 2024

@ying-jeanne isn't this faillint segfaulting though? The last command executed before segfault is

GOFLAGS="-tags=requires_docker,stringlabels" faillint -paths "github.com/bmizerany/assert=github.com/stretchr/testify/assert,\
	golang.org/x/net/context=context,\
	sync/atomic=go.uber.org/atomic,\
	regexp=github.com/grafana/regexp,\
	github.com/go-kit/kit/log/...=github.com/go-kit/log,\
	github.com/prometheus/client_golang/prometheus.{MultiError}=github.com/prometheus/prometheus/tsdb/errors.{NewMulti},\
	github.com/weaveworks/common/user.{ExtractOrgID}=github.com/grafana/mimir/pkg/tenant.{TenantID,TenantIDs},\
	github.com/weaveworks/common/user.{ExtractOrgIDFromHTTPRequest}=github.com/grafana/mimir/pkg/tenant.{ExtractTenantIDFromHTTPRequest}" ./pkg/... ./cmd/... ./tools/... ./integration/...

@renovate renovate bot force-pushed the deps-update/main-golang-1.x branch from 6e8d236 to c981d02 Compare April 2, 2024 09:02
@renovate renovate bot changed the title chore(deps): update golang docker tag to v1.22.0 (main) chore(deps): update golang docker tag to v1.22.1 (main) Apr 2, 2024
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version grafana/mimir-build-image:pr7356-ded105a5fa. This can take up to 1 hour.

@renovate renovate bot changed the title chore(deps): update golang docker tag to v1.22.1 (main) Update golang Docker tag to v1.22.1 (main) Apr 2, 2024
@aknuds1 aknuds1 force-pushed the deps-update/main-golang-1.x branch from 31c34a8 to 40563e4 Compare April 2, 2024 09:42
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-ded105a5fa already exists.

Copy link
Contributor Author

renovate bot commented Apr 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Signed-off-by: Peter Štibraný <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version grafana/mimir-build-image:pr7356-96b108aa4f. This can take up to 1 hour.

Copy link
Contributor

github-actions bot commented Apr 2, 2024

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-96b108aa4f already exists.

Signed-off-by: Peter Štibraný <[email protected]>
@renovate renovate bot requested a review from jdbaldry as a code owner April 2, 2024 13:45
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr7356-96b108aa4f already exists.

@aknuds1 aknuds1 merged commit c760ff4 into main Apr 2, 2024
30 checks passed
@aknuds1 aknuds1 deleted the deps-update/main-golang-1.x branch April 2, 2024 14:17
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