Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 2 to 3 (#319)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Add setup-go as required for v3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Fritzler <andreas.fritzler@sap.com>
  • Loading branch information
dependabot[bot] and afritzler authored Feb 25, 2022
1 parent 61b509e commit bfd5084
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint Golang Codebase

on:
pull_request_target:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
Expand All @@ -11,7 +11,10 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0

0 comments on commit bfd5084

Please sign in to comment.