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 packages #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

austinvazquez
Copy link

Update actions/checkout and actions/setup-go from v2 to v3.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Signed-off-by: Austin Vazquez [email protected]

@austinvazquez austinvazquez marked this pull request as ready for review October 26, 2022 04:41
@estesp
Copy link
Member

estesp commented Oct 3, 2023

Do you want to update this to change the Go version to 1.21?

@@ -8,13 +8,13 @@ jobs:
steps:

- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.18
Copy link
Member

Choose a reason for hiding this comment

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

Now this should be updated too

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.

4 participants