Sync upstream v7 and move to @warpbuilds/cache 2.x - #8
Merged
Conversation
* Rearrange README.md, add advanced-usage.md * Fix YAML indentation in examples * Fix YAML indentation in Advanced Usage workflow examples
* Bump minimatch from 3.1.2 to 3.1.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Check failure fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <gowridurgad@gmail.com>
…ions#721) * feat: add go-download-base-url input for custom Go distributions Add support for downloading Go from custom sources such as Microsoft Go (aka.ms). Users can specify a custom download base URL via the `go-download-base-url` input or the `GO_DOWNLOAD_BASE_URL` environment variable (input takes precedence). When a custom URL is provided, the action skips the GitHub-hosted manifest and attempts to resolve versions from the custom URL's JSON listing. If the listing is unavailable (as with aka.ms redirect links), it falls back to constructing the download URL directly from the version, platform, and architecture. Usage: - uses: actions/setup-go@v6 with: go-version: '1.25' go-download-base-url: 'https://aka.ms/golang/release/latest' Changes: - action.yml: add go-download-base-url optional input - installer.ts: add getInfoFromDirectDownload() for URL construction fallback, thread custom URL through getGo/getInfoFromDist/findMatch - main.ts: read new input and GO_DOWNLOAD_BASE_URL env var - setup-go.test.ts: add 12 unit tests for custom URL behavior - microsoft-validation.yml: add E2E workflow testing Microsoft build of Go across ubuntu/windows/macos with versions 1.24 and 1.25 - README.md: document new input with Microsoft build of Go examples * run prettier * fixup PR review * revert cache-save * fixup * handle distinct cache * skip json for known URL * fix bug in JSON with custom URL
…s#744) Agent-Logs-Url: https://github.com/actions/setup-go/sessions/0e15a7f6-9e3f-4b17-98fc-7c6501a56b31 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: priyagupta108 <147705955+priyagupta108@users.noreply.github.com>
* Bump @actions/cache to 5.1.0, log cache write denied * Add cache save tests * Re-trigger CI
…ctions#762) * chore: bump version to 6.5.0 in package.json and package-lock.json * chore: update README.md for improved clarity and structure * License update
* Migrate to ESM and upgrade dependencies * Remove unused tsconfig.eslint.json * bump version to 7.0.0 in package.json and package-lock.json * Add ESM migration note to README for V7 * Remove unnecessary devDependencies: ts-node, @types/jest * npm audit fix * Update README with ESM migration details Clarified migration details to ESM for action compatibility. * Downgrade @types/node to ^24, clean up tsconfig and README.
* chore(deps): bump @actions/cache to 5.2.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * chore(deps): update licensed record for @actions/cache 5.2.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * chore(deps): bump @actions/cache to 6.2.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 290d6c74-496d-441c-bdbe-08fc907e0d44 --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* chore: upgrade checkout/setup-go refs to v7 * chore: commit remaining dependency, license, and dist updates
Adds warp-cache-e2e workflow on warp runners and regenerates license manifests.
janakiram7755
marked this pull request as ready for review
July 30, 2026 18:05
abhijit-hota
approved these changes
Aug 4, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merges actions/setup-go v7 (ESM, NodeNext, ncc 0.44) and points
@actions/cacheat@warpbuilds/cache@2.0.0-0.Adds
warp-cache-e2e.ymlon warp runners — the repo has no e2e cache coverage today.Upstream workflow files are left untouched to keep future syncs clean.