This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 188fc048e build(deps): bump golangci/golangci-lint-action from 3.2.0 
to 3.3.0 (#2102)
188fc048e is described below

commit 188fc048e82a961c24953786251ceebe994b6214
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 1 20:28:20 2022 +0800

    build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#2102)
    
    Bumps 
[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)
 from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - 
[Commits](https://github.com/golangci/golangci-lint-action/compare/v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/golangci-lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/golangci-lint.yml 
b/.github/workflows/golangci-lint.yml
index 1cc28175e..07a8fb1c2 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -25,7 +25,7 @@ jobs:
           go-version: 1.15
       - uses: actions/checkout@v3
       - name: golangci-lint
-        uses: golangci/[email protected]
+        uses: golangci/[email protected]
         with:
           version: v1.44.2
           args: --timeout=10m

Reply via email to