Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2023
1 parent f21735f commit 4b2fcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.5.0
with:
version: v1.42.0
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.5.0
with:
version: v1.42.0
test:
Expand Down

0 comments on commit 4b2fcbe

Please sign in to comment.