-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps): update golangci-lint-action to v6.2.0 #246
base: main
Are you sure you want to change the base?
build(deps): update golangci-lint-action to v6.2.0 #246
Conversation
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
@@ -22,7 +22,7 @@ jobs: | |||
with: | |||
go-version: 1.17 | |||
- name: golangci-lint | |||
uses: golangci/golangci-lint-action@v6.1.1 # https://github.com/marketplace/actions/run-golangci-lint | |||
uses: golangci/golangci-lint-action@v6.2.0 # https://github.com/marketplace/actions/run-golangci-lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Verify that the new version v6.2.0
of golangci-lint-action
is compatible with the specified Go version 1.17
to avoid potential runtime issues or incompatibilities. [general, importance: 7]
uses: golangci/golangci-lint-action@v6.2.0 # https://github.com/marketplace/actions/run-golangci-lint | |
uses: golangci/golangci-lint-action@v6.2.0 # Ensure compatibility with Go 1.17 |
User description
Bumps golangci/golangci-lint-action from 6.1.1 to 6.2.0.
Release notes
Sourced from golangci/golangci-lint-action's releases.
Commits
ec5d184
feat: support linux arm64 public preview (#1144)a0297a1
build(deps-dev): bump the dev-dependencies group with 3 updates (#1143)58eda26
build(deps): bump@types/node
from 22.10.2 to 22.10.5 in the dependencies gro...44c2434
build(deps-dev): bump the dev-dependencies group with 2 updates (#1141)2f13b80
build(deps-dev): bump the dev-dependencies group with 2 updates (#1139)1ac3686
build(deps-dev): bump the dev-dependencies group with 2 updates (#1138)9937fdf
build(deps): bump@types/node
from 22.10.1 to 22.10.2 in the dependencies gro...cb60b26
build(deps-dev): bump the dev-dependencies group with 2 updates (#1136)774c35b
build(deps): bump@actions/cache
from 3.3.0 to 4.0.0 in the dependencies grou...7ce5487
build(deps-dev): bump the dev-dependencies group with 3 updates (#1134)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR Type
dependencies_⬆️, build_🛠️
Description
Updated
golangci-lint-action
from version 6.1.1 to 6.2.0.Modified GitHub Actions workflow to use the updated version.
Ensures compatibility with the latest features and improvements.
Changes walkthrough 📝
build.yml
Update golangci-lint-action version in workflow
.github/workflows/build.yml
golangci-lint-action
version from 6.1.1 to 6.2.0.