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

build(deps): update golangci-lint-action to v6.2.0 #246

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

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.

v6.2.0

What's Changed

Changes

Documentation

Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v6.1.1...v6.2.0

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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 📝

Relevant files
Dependencies
build.yml
Update golangci-lint-action version in workflow                   

.github/workflows/build.yml

  • Updated golangci-lint-action version from 6.1.1 to 6.2.0.
  • Adjusted GitHub Actions workflow to reflect the version change.
  • +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    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>
    @dependabot dependabot bot added the github actions 🛠️ Pull requests that update Github_actions code label Jan 20, 2025
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jan 20, 2025

    The following labels could not be found: build 🛠️.

    @sophie-syntax sophie-syntax bot changed the title build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 build(deps): update golangci-lint-action to v6.2.0 Jan 20, 2025
    Copy link

    sophie-syntax bot commented Jan 20, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Dependency Update

    Ensure that the updated version of golangci-lint-action (v6.2.0) is compatible with the existing workflow and does not introduce unexpected behavior or breaking changes.

    uses: golangci/golangci-lint-action@v6.2.0 # https://github.com/marketplace/actions/run-golangci-lint

    @@ -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
    Copy link

    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]

    Suggested change
    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

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    github actions 🛠️ Pull requests that update Github_actions code Review effort [1-5]: 1
    Projects
    Status: Backlog
    Development

    Successfully merging this pull request may close these issues.

    0 participants