Re: [PR] chore(deps): bump actions/setup-go from 5.6.0 to 6.2.0 [apisix]

2026-02-11 Thread via GitHub


nic-6443 merged PR #12982:
URL: https://github.com/apache/apisix/pull/12982


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] chore(deps): bump actions/setup-go from 5.6.0 to 6.2.0 [apisix]

2026-02-05 Thread via GitHub


dependabot[bot] opened a new pull request, #12982:
URL: https://github.com/apache/apisix/pull/12982

   Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.6.0 to 
6.2.0.
   
   Release notes
   Sourced from https://github.com/actions/setup-go/releases";>actions/setup-go's 
releases.
   
   v6.2.0
   What's Changed
   Enhancements
   
   Example for restore-only cache in documentation  by https://github.com/aparnajyothi-y";>@​aparnajyothi-y in 
https://redirect.github.com/actions/setup-go/pull/696";>actions/setup-go#696
   Update Node.js version in action.yml by https://github.com/ccoVeille";>@​ccoVeille in https://redirect.github.com/actions/setup-go/pull/691";>actions/setup-go#691
   Documentation update of actions/checkout by https://github.com/deining";>@​deining in https://redirect.github.com/actions/setup-go/pull/683";>actions/setup-go#683
   
   Dependency updates
   
   Upgrade js-yaml from 3.14.1 to 3.14.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/682";>actions/setup-go#682
   Upgrade @​actions/cache to v5 by https://github.com/salmanmkc";>@​salmanmkc in https://redirect.github.com/actions/setup-go/pull/695";>actions/setup-go#695
   Upgrade actions/checkout from 5 to 6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/686";>actions/setup-go#686
   Upgrade qs from 6.14.0 to 6.14.1 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/703";>actions/setup-go#703
   
   New Contributors
   
   https://github.com/ccoVeille";>@​ccoVeille made 
their first contribution in https://redirect.github.com/actions/setup-go/pull/691";>actions/setup-go#691
   https://github.com/deining";>@​deining made 
their first contribution in https://redirect.github.com/actions/setup-go/pull/683";>actions/setup-go#683
   
   Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.2.0";>https://github.com/actions/setup-go/compare/v6...v6.2.0
   v6.1.0
   What's Changed
   Enhancements
   
   Fall back to downloading from go.dev/dl instead of 
storage.googleapis.com/golang by https://github.com/nicholasngai";>@​nicholasngai in https://redirect.github.com/actions/setup-go/pull/665";>actions/setup-go#665
   Add support for .tool-versions file and update workflow by https://github.com/priya-kinthali";>@​priya-kinthali in 
https://redirect.github.com/actions/setup-go/pull/673";>actions/setup-go#673
   Add comprehensive breaking changes documentation for v6 by https://github.com/mahabaleshwars";>@​mahabaleshwars in 
https://redirect.github.com/actions/setup-go/pull/674";>actions/setup-go#674
   
   Dependency updates
   
   Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document 
breaking changes in v6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/617";>actions/setup-go#617
   Upgrade actions/publish-action from 0.3.0 to 0.4.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/641";>actions/setup-go#641
   Upgrade semver and @​types/semver by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/actions/setup-go/pull/652";>actions/setup-go#652
   
   New Contributors
   
   https://github.com/nicholasngai";>@​nicholasngai made 
their first contribution in https://redirect.github.com/actions/setup-go/pull/665";>actions/setup-go#665
   https://github.com/priya-kinthali";>@​priya-kinthali made 
their first contribution in https://redirect.github.com/actions/setup-go/pull/673";>actions/setup-go#673
   https://github.com/mahabaleshwars";>@​mahabaleshwars made 
their first contribution in https://redirect.github.com/actions/setup-go/pull/674";>actions/setup-go#674
   
   Full Changelog: https://github.com/actions/setup-go/compare/v6...v6.1.0";>https://github.com/actions/setup-go/compare/v6...v6.1.0
   v6.0.0
   What's Changed
   Breaking Changes
   
   Improve toolchain handling to ensure more reliable and consistent 
toolchain selection and management by https://github.com/matthewhughes934";>@​matthewhughes934 
in https://redirect.github.com/actions/setup-go/pull/460";>actions/setup-go#460
   Upgrade Nodejs runtime from node20 to node 24 by https://github.com/salmanmkc";>@​salmanmkc in https://redirect.github.com/actions/setup-go/pull/624";>actions/setup-go#624
   
   Make sure your runner is on version v2.327.1 or later to ensure 
compatibility with this release. https://github.com/actions/runner/releases/tag/v2.327.1";>See Release 
Notes
   Dependency Upgrades
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/actions/setup-go/commit/7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5";>7a3fe6c
 Bump qs from 6.14.0 to 6.14.1 (https://redirect.github.com/actions/setup-go/issues/703";>#703)
   https://github.com/actions/setup-go/commit/b9adafd441833a027479ddd0db37eaece68d35cb";>b9adafd
 Bump actions/checkout