Skip to content

Commit

Permalink
chore(deps): bump golangci/golangci-lint-action from 2 to 3 (#1834)
Browse files Browse the repository at this point in the history
* chore(deps): bump golangci/golangci-lint-action from 2 to 3

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: setup-go is needed for lint v3

Signed-off-by: Alex Collins <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Collins <[email protected]>
  • Loading branch information
dependabot[bot] and alexec authored Apr 11, 2022
1 parent 02a6f07 commit 5f89419
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: golangci/golangci-lint-action@v2
- name: Setup Golang
uses: actions/[email protected]
with:
go-version: "1.17.1"
- uses: golangci/golangci-lint-action@v3
- run: git diff --exit-code

0 comments on commit 5f89419

Please sign in to comment.