Skip to content

fix(ci): define GO_VERSION and fix checkout in plugin_release workflow - #13

Open
Ayushmore1214 wants to merge 5 commits into
masterfrom
fix/plugin-release-go-version-and-checkout
Open

fix(ci): define GO_VERSION and fix checkout in plugin_release workflow#13
Ayushmore1214 wants to merge 5 commits into
masterfrom
fix/plugin-release-go-version-and-checkout

Conversation

@Ayushmore1214

Copy link
Copy Markdown
Owner

GO_VERSION was referenced but never declared, causing setup-go to use an arbitrary Go version. actions/checkout@v5 does not exist; pin to the same SHA v4.2.2 used across all other workflows.

What this PR does:

Why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Ayushmore1214 and others added 5 commits June 5, 2026 22:30
Updated the condition for the thank-you job to check for true explicitly and added a reference to the base SHA when checking out the repository.

Signed-off-by: Ayush More <ayushmore42595@gmail.com>
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
Update README to reflect documentation change
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
GO_VERSION was referenced but never declared, causing setup-go to use
an arbitrary Go version. actions/checkout@v5 does not exist; pin to
the same SHA v4.2.2 used across all other workflows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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