You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR parameterizes the upstream actions-setup-mysql release version in import-builds.sh by introducing an ACTIONS_RELEASE_VER variable set to v1.51.0 and updating both MySQL and MariaDB artifact download URLs and GitHub release notes to use that variable instead of hardcoded v1.45.0 references.
Changes
Release version parameterization
Layer / File(s)
Summary
Release version variable and artifact URLs import-builds.sh
Introduces ACTIONS_RELEASE_VER="v1.51.0" and replaces hardcoded version strings in MySQL and MariaDB artifact download paths and gh release create --notes text with the parameterized variable.
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
🐰 A version variable hops into view,
From v1.45.0 to v1.51.0 anew,
MySQL and MariaDB dance in line,
Parameterized and looking so fine! 🌟
pgporada
changed the title
Use the latest actions-setup-mysql release and reference it with a variable
Reference actions-setup-mysql version with a variable
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for taking a look. I'm ultimately trying to test go-sql-driver/mysql against MariaDB 12.3.x and 13.x in go-sql-driver/mysql#1774.
Summary by CodeRabbit