Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#…
Browse files Browse the repository at this point in the history
…2825)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3.5.0...v3.6.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent efd19bb commit c0dca80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
with:
go-version: 1.19.1
- name: Run golangci-lint on key-rotator
uses: golangci/golangci-lint-action@v3.5.0
uses: golangci/golangci-lint-action@v3.6.0
with:
working-directory: key-rotator
version: "v1.50.1"
Expand All @@ -189,7 +189,7 @@ jobs:
with:
go-version: 1.19.1
- name: Run golangci-lint on workflow-manager
uses: golangci/golangci-lint-action@v3.5.0
uses: golangci/golangci-lint-action@v3.6.0
with:
working-directory: workflow-manager
version: "v1.50.1"
Expand Down

0 comments on commit c0dca80

Please sign in to comment.