build(deps): bump Jerome1337/golint-action from 1.0.2 to 1.0.3

Bumps [Jerome1337/golint-action](https://github.com/Jerome1337/golint-action) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/Jerome1337/golint-action/releases)
- [Commits](https://github.com/Jerome1337/golint-action/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: Jerome1337/golint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-02 19:39:11 +00:00
committed by GitHub
parent 3005892498
commit 60d0f90c80

View File

@@ -42,11 +42,11 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: Lint cmd folder
uses: Jerome1337/golint-action@v1.0.2
uses: Jerome1337/golint-action@v1.0.3
with:
golint-path: './cmd/...'
- name: Lint pkg folder
uses: Jerome1337/golint-action@v1.0.2
uses: Jerome1337/golint-action@v1.0.3
with:
golint-path: './pkg/...'