Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github actions to use Node 20 #4641

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

denyeart
Copy link
Contributor

  • actions/setup-go@v5
  • actions/checkout@v4

@denyeart denyeart requested a review from a team as a code owner January 29, 2024 14:20
tock-ibm
tock-ibm previously approved these changes Jan 29, 2024
- actions/setup-go@v5
- actions/checkout@v4

Need to ensure checkout is done before setup-go for cache to work.

Signed-off-by: David Enyeart <[email protected]>
Comment on lines +26 to 28
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VER }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пожалуйста добавьте к actions/setup-go параметр cache: false

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example
Снимок экрана 2024-01-29 в 17 58 49

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched the order to checkout first and then setup-go to avoid the cache warnings. Is there another reason to disable cache?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no more reasons. The offer is withdrawn

@denyeart denyeart merged commit 03ff401 into hyperledger:main Jan 29, 2024
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.

None yet

3 participants