Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

It requires the version to be bumped first in golang-crossbuild project, then a new release will be added to:
https://github.com/elastic/golang-crossbuild/releases/tag/v1.22.11.
Otherwise it will fail until the docker images are available.


Bump golang-version to latest version

Update version.asciidoc

1 file(s) updated with ":go-version: 1.22.11": * version/docs/version.asciidoc

1.22.11
no GitHub Release found for go1.22.11 on "https://github.com/golang/go"
Update from dockerfiles

2 file(s) updated with "ARG GO_VERSION=1.22.11": * Dockerfile * Dockerfile.skaffold

1.22.11
no GitHub Release found for go1.22.11 on "https://github.com/golang/go"
Update go.mod version

1 file(s) updated with "go 1.22.11": * go.mod

1.22.11
no GitHub Release found for go1.22.11 on "https://github.com/golang/go"
Update .go-version

1 file(s) updated with "1.22.11": * .go-version

1.22.11
no GitHub Release found for go1.22.11 on "https://github.com/golang/go"
Update .golangci.yml

1 file(s) updated with "1.22.11": * .golangci.yml

1.22.11
no GitHub Release found for go1.22.11 on "https://github.com/golang/go"
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@github-actions github-actions bot requested a review from a team as a code owner January 30, 2025 20:06
@jlind23
Copy link
Contributor

jlind23 commented Jan 31, 2025

Do not merge until golang-crossbuild 1.22.11 is available.

@swiatekm swiatekm merged commit 3145177 into main Jan 31, 2025
9 checks passed
@swiatekm swiatekm deleted the updatecli_main_901223529a6beca5c9cb3180f1dae9731c8da4e9c40169d7042cc0163a6d7e24 branch January 31, 2025 10:32
@cmacknz cmacknz added backport-8.x Automated backport to the 8.x branch with mergify backport-8.17 Automated backport with mergify backport-8.16 Automated backport with mergify backport-8.18 Automated backport to the 8.18 branch labels Jan 31, 2025
@cmacknz
Copy link
Member

cmacknz commented Jan 31, 2025

Added backport labels, we need to backport these.

mergify bot pushed a commit that referenced this pull request Jan 31, 2025
* chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177)
mergify bot pushed a commit that referenced this pull request Jan 31, 2025
* chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177) # Conflicts: #	.golangci.yml #	Dockerfile #	Dockerfile.skaffold #	go.mod #	version/docs/version.asciidoc
mergify bot pushed a commit that referenced this pull request Jan 31, 2025
* chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177) # Conflicts: #	go.mod
mergify bot pushed a commit that referenced this pull request Jan 31, 2025
* chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177)
@cmacknz
Copy link
Member

cmacknz commented Jan 31, 2025

This didn't actually change the .go-version file, which is the only thing that matters, and is now open in #6689 instead.

michalpristas added a commit that referenced this pull request Feb 3, 2025
…6686) * [Automation] Bump Golang version to 1.22.11 (#6663) * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177) # Conflicts: #	.golangci.yml #	Dockerfile #	Dockerfile.skaffold #	go.mod #	version/docs/version.asciidoc * Update .golangci.yml * Update Dockerfile * Update Dockerfile.skaffold * Update go.mod * Update version.asciidoc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
michalpristas pushed a commit that referenced this pull request Feb 3, 2025
* chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
michalpristas added a commit that referenced this pull request Feb 4, 2025
…6687) * [Automation] Bump Golang version to 1.22.11 (#6663) * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3145177) # Conflicts: #	go.mod * Update go.mod --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
@belimawr belimawr mentioned this pull request Feb 6, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.x Automated backport to the 8.x branch with mergify backport-8.16 Automated backport with mergify backport-8.17 Automated backport with mergify backport-8.18 Automated backport to the 8.18 branch backport-skip

3 participants