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 renovate config for updating Go version #61

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

catatsuy
Copy link
Owner

This pull request primarily focuses on updating the Go version and adding a new file match in the Renovate configuration file. The Go version in the GitHub workflow file has been updated to a specific version, and a new file match has been added to the Renovate configuration file to keep the Go version updated in the GitHub workflow file.

Here are the key changes:

Go version update:

  • .github/workflows/release.yml: The Go version used in the setup has been updated from 1.22.x to a specific version 1.22.4. This ensures that the workflow uses a specific version of Go, providing more control and predictability over the build environment.

Renovate configuration update:

  • renovate.json: A new file match has been added to the Renovate configuration. This new match targets the .github/workflows/release.yml file, and is configured to update the Go version in this file when a new version is available. This ensures that the Go version used in the GitHub workflow is always up to date.

@catatsuy catatsuy merged commit 9dcb577 into main Jul 14, 2024
5 checks passed
@catatsuy catatsuy deleted the feature-golang-version-update branch July 14, 2024 07:48
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