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

PLAT-2193: update deprecated GitHub Actions #50

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nick-place-lob
Copy link

@nick-place-lob nick-place-lob commented Jun 27, 2024

JIRA

Description

  • actions/checkout@v2, actions/setup-go@v2, actions/cache@v2 and actions/upload-artifact@v2 run Node 12 or 16 and are deprecated, we need them to run Node 20:

See:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
and
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/


image

@nick-place-lob nick-place-lob marked this pull request as draft June 27, 2024 19:03
@nick-place-lob
Copy link
Author

Getting errors on the make-lint-test job:

/bin/sh: 1: cd: can't cd to ./bin
Run make lint
---> Linting
./bin/golangci-lint run
make: ./bin/golangci-lint: No such file or directory
make: *** [Makefile:47: lint] Error 127
Error: Process completed with exit code 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant