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

chore(deps): update go to v1.22.3 in go.mod (main) #4456

Merged
merged 5 commits into from May 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go (source) golang patch 1.22.1 -> 1.22.2
golang stage patch 1.22.1-alpine -> 1.22.2

Release Notes

golang/go (go)

v1.22.2


Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 April 19, 2024 00:31
@renovate renovate bot added the dependencies PRs that update a dependency file label Apr 19, 2024
@renovate renovate bot requested a review from a team as a code owner April 19, 2024 00:31
@renovate renovate bot requested review from jamengual and removed request for a team April 19, 2024 00:31
@renovate renovate bot enabled auto-merge (squash) April 19, 2024 00:31
@renovate renovate bot requested review from nitrocode and X-Guardian April 19, 2024 00:31
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 19, 2024
@github-actions github-actions bot added the build Relating to how we build Atlantis label Apr 19, 2024
@renovate renovate bot force-pushed the renovate/main-go branch 2 times, most recently from ccdad3f to 60a446d Compare April 19, 2024 13:08
@jippi
Copy link
Contributor

jippi commented Apr 19, 2024

The failing tests should be fixed with #4462

Copy link
Contributor Author

renovate bot commented Apr 22, 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.

@chenrui333 chenrui333 changed the title chore(deps): update go to v1.22.2 in go.mod (main) chore(deps): update go to v1.22.3 in go.mod (main) May 21, 2024
chenrui333
chenrui333 previously approved these changes May 21, 2024
@chenrui333
Copy link
Member

sha is based on macos 🤣

@chenrui333
Copy link
Member

$ curl --silent --location --url https://registry.hub.docker.com/v2/repositories/library/golang/tags/1.22.3 | jq '.images[] | select(.os == "linux" and .architecture == "amd64") | .digest'
"sha256:4304d944c421bb279ad1faada14d03ac7e7edca61793d2f6a7ad94681c457887"

$ curl --silent --location --url https://registry.hub.docker.com/v2/repositories/library/golang/tags/1.22.3-alpine | jq '.images[] | select(.os == "linux" and .architecture == "amd64") | .digest'
"sha256:a52ec26b648564b6cef8adf7bea14348b499a32d08de3943823150ad268f0d77"

Signed-off-by: Rui Chen <rui@chenrui.dev>
@renovate renovate bot merged commit 3690e4c into main May 21, 2024
28 checks passed
@renovate renovate bot deleted the renovate/main-go branch May 21, 2024 21:39
ragne pushed a commit to ragne/atlantis that referenced this pull request May 23, 2024
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luke Massa <lukefrederickmassa@gmail.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
@chenrui333
Copy link
Member

$ curl --silent --location --url https://registry.hub.docker.com/v2/repositories/library/golang/tags/1.22.3 | jq '.images[] | select(.os == "linux" and .architecture == "amd64") | .digest'
"sha256:4304d944c421bb279ad1faada14d03ac7e7edca61793d2f6a7ad94681c457887"

$ curl --silent --location --url https://registry.hub.docker.com/v2/repositories/library/golang/tags/1.22.3-alpine | jq '.images[] | select(.os == "linux" and .architecture == "amd64") | .digest'
"sha256:a52ec26b648564b6cef8adf7bea14348b499a32d08de3943823150ad268f0d77"

It should actually be

$ regctl image digest golang:1.22.3
sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010

$ regctl image digest golang:1.22.3-alpine
sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902

$ regctl image digest debian:12.5-slim
sha256:804194b909ef23fb995d9412c9378fb3505fe2427b70f3cc425339e48a828fca

$ regctl image digest alpine:3.19.1
sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Relating to how we build Atlantis dependencies PRs that update a dependency file size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants