Skip to content

Commit

Permalink
deps(ci): bump golangci/golangci-lint-action from 2 to 3
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ptrus committed Feb 25, 2022
1 parent 9a721e9 commit a546972
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
# Always run this step so that all linting errors can be seen at once.
# Skip this step for dependabot pull requests.
if: always() && github.actor != 'dependabot[bot]'
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
- name: Lint Go
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.43
version: v1.44.2
# Always run this step so that all linting errors can be seen at once.
if: always()

0 comments on commit a546972

Please sign in to comment.