juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
591 stars 56 forks source link

gorelease is broken #79

Closed davies closed 3 years ago

davies commented 3 years ago

gorelease fail to publish a new release

Run actions/setup-go@v1.1.1
  with:
    go-version: 1.13.x
Error: Unable to process command '##[set-env name=GOROOT;]/opt/hostedtoolcache/go/1.13.15/x64' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Error: Unable to process command '##[add-path]/opt/hostedtoolcache/go/1.13.15/x64/bin' successfully.
Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
chnliyong commented 3 years ago

fix by upgrading action version to v2.