atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

chore(deps): update go to v1.22.2 in go.mod (main)

Open renovate[bot] opened this issue 1 year ago • 2 comments

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[bot] avatar Apr 19 '24 00:04 renovate[bot]

The failing tests should be fixed with #4462

jippi avatar Apr 19 '24 22:04 jippi

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.

renovate[bot] avatar Apr 22 '24 16:04 renovate[bot]

sha is based on macos 🤣

chenrui333 avatar May 21 '24 21:05 chenrui333

$ 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"

chenrui333 avatar May 21 '24 21:05 chenrui333

$ 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

chenrui333 avatar May 23 '24 19:05 chenrui333