Skip to content

Update golang Docker tag to v1.24.4 #6

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 24, 2023

This PR contains the following updates:

Package Type Update Change
golang final minor 1.16.3-alpine -> 1.24.4-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.21.3 Update golang Docker tag to v1.21.4 Nov 8, 2023
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.21.4 Update golang Docker tag to v1.21.5 Dec 5, 2023
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch 2 times, most recently from 2947c01 to f4f257c Compare December 7, 2023 02:43
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.21.5 Update golang Docker tag to v1.21.6 Jan 10, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.21.6 Update golang Docker tag to v1.21.7 Feb 6, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.21.7 Update golang Docker tag to v1.22.0 Feb 7, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.0 Update golang Docker tag to v1.22.1 Mar 5, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 3418a4a to 194f351 Compare March 5, 2024 22:59
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.1 Update golang Docker tag to v1.22.2 Apr 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 194f351 to 13c7443 Compare April 3, 2024 20:23
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.2 Update golang Docker tag to v1.22.3 May 7, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 13c7443 to 3bf4485 Compare May 7, 2024 22:46
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.3 Update golang Docker tag to v1.22.4 Jun 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 3bf4485 to 657232f Compare June 4, 2024 22:44
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.4 Update golang Docker tag to v1.22.5 Jul 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 657232f to 2519148 Compare July 3, 2024 00:44
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.5 Update golang Docker tag to v1.22.6 Aug 7, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.22.6 Update golang Docker tag to v1.23.0 Aug 13, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.0 Update golang Docker tag to v1.23.1 Sep 6, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.1 Update golang Docker tag to v1.23.2 Oct 2, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.2 Update golang Docker tag to v1.23.3 Nov 7, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.3 Update golang Docker tag to v1.23.4 Dec 4, 2024
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.4 Update golang Docker tag to v1.23.5 Jan 17, 2025
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.5 Update golang Docker tag to v1.23.6 Feb 4, 2025
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.23.6 Update golang Docker tag to v1.24.0 Feb 12, 2025
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.24.0 Update golang Docker tag to v1.24.1 Mar 4, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 11b999f to ab1261a Compare March 4, 2025 23:46
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.24.1 Update golang Docker tag to v1.24.2 Apr 1, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from ab1261a to 14e0f32 Compare April 1, 2025 21:56
Copy link

coderabbitai bot commented Apr 1, 2025

Walkthrough

The pull request updates the Dockerfile by changing its base image. The previously used golang:1.16.3-alpine base image is replaced with golang:1.24.4-alpine, ensuring that the application build process now uses the newer Go environment. No other changes were made to the file structure or commands.

Changes

File Change Summary
Dockerfile Updated base image from golang:1.16.3-alpine to golang:1.24.4-alpine

Poem

I'm a hopping rabbit, leaping with delight,
Upgrading our base image to something bright.
From old Go vibes to a fresher, newer tune,
Our Dockerfile now sings under a modern moon.
With bytes and carrots, our code's set to zoom—
A tiny change that makes our build bloom! 🐇🚀


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7149ccd and 51082a0.

📒 Files selected for processing (1)
  • Dockerfile (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • Dockerfile

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.24.2 Update golang Docker tag to v1.24.3 May 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 14e0f32 to 7149ccd Compare May 6, 2025 22:17
@renovate-bot renovate-bot changed the title Update golang Docker tag to v1.24.3 Update golang Docker tag to v1.24.4 Jun 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-1.x branch from 7149ccd to 51082a0 Compare June 6, 2025 03:02
Copy link

gitstream-cm bot commented Jun 6, 2025

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream.
Monthly PRs automated: 250/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

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.

1 participant