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 CI GH workflow #765

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Update CI GH workflow #765

merged 1 commit into from
Jan 17, 2024

Conversation

mikenairn
Copy link
Member

@mikenairn mikenairn commented Jan 17, 2024

Updates to remove lint errors and other warnings.

actions/checkout@v2 -> actions/checkout@v4
- Removes warnings about node versions

golangci/golangci-lint-action@v2 -> golangci/golangci-lint-action@v3
- golangci v1.53.3 -> v1.55.2

actions/setup-go@v2 -> actions/setup-go@v4
- remove skip-go-installation, Deprecated
- Disable cache, enabled by default since v4 https://github.com/actions/setup-go/releases/tag/v4.0.0

These changes should hopefully get rid of all the errors and warnings you can see here https://github.com/Kuadrant/multicluster-gateway-controller/actions/runs/7554224075, and also make lint work again on main (maybe :-/).

Updates to remove lint errors and other warnings.

actions/checkout@v2 -> actions/checkout@v4
 - Removes warnings about node versions
golangci/golangci-lint-action@v2 -> golangci/golangci-lint-action@v3
 - golangci v1.53.3 -> v1.55.2
actions/setup-go@v2 -> actions/setup-go@v4
 - remove skip-go-installation, Deprecated
 - Disable cache, enabled by default since v4 https://github.com/actions/setup-go/releases/tag/v4.0.0
@philbrookes
Copy link
Contributor

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Jan 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikenairn, philbrookes

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [mikenairn,philbrookes]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 7d844bc into main Jan 17, 2024
11 checks passed
@mikenairn mikenairn deleted the update_gh_actions branch January 17, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants