-
Notifications
You must be signed in to change notification settings - Fork 801
Updates Github actions and Golang packages #371
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
base: master
Are you sure you want to change the base?
Conversation
retornam
commented
Jun 6, 2025
- fix: Upgrade net packge to v0.23.0
- fix: update glog to v1.2.4
- fix: upgrade tonistiigi/xx to 1.6.1
- fix: upgrade actions/checkout to v4
- fix: update Github docker actions
Ran go get golang.org/x/[email protected] to update Golang's net package to v0.23.0 Signed-off-by: Raymond Etornam <[email protected]>
Using the command go get github.com/golang/[email protected] I upgraded the glog package to version 1.2.4 Signed-off-by: Raymond Etornam <[email protected]>
The version of xx is out-of-date. Upgrading to version 1.6.1 to keep up with changes to the xx project. Signed-off-by: Raymond Etornam <[email protected]>
Upgrade to the current version of actions/checkout Signed-off-by: Raymond Etornam <[email protected]>
Update all the Github actions to their latest versions. Signed-off-by: Raymond Etornam <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: retornam The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @retornam! |
@humblec |