command is deprecated and will be disabled soon
See original GitHub issueDescription: A clear and concise description of what the bug is.
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Action version: Specify the action version
actions/setup-go@v3
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
1.19.2
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
see my actions:
https://github.com/babyname/fate/actions/workflows/go.yml
Expected behavior: A description of what you expected to happen. use new Actual behavior: A description of what is actually happening. the env setting need update
PS: setup-go
seems that GOROOT is not set. when i use $GOROOT/bin/go will failed
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
The `set-output` command is deprecated and will be disabled ...
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
Read more >How to Fix the set-output GitHub Actions Deprecation Warning
The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information ...
Read more >How to Patch the Deprecated set-output in GitHub Workflows ...
GitHub recently deprecated the set-output workflow command on October 11, which had been the way for workflow steps, as well as for container ......
Read more >How to fix set-output command is deprecated in Github Action
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
Read more >Important changes (deprecations) coming in Power Apps and ...
"Deprecated" means we intend to remove the feature or capability from a future release. The feature or capability will continue to work and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @godcong!
Yesterday we released a new version that includes a solution to this issue. Could you confirm that it is now working as expected?
The deprecation warning should be removed once the
@actions/core
npm package is updated tov1.10.0
or later (see github announcement).The
main
branch is already using this version, so it probably not much to do apart from cutting a new release.