Merge pull request #689 from kubereboot/dependabot/github_actions/Jerome1337/golint-action-1.0.3

build(deps): bump Jerome1337/golint-action from 1.0.2 to 1.0.3
This commit is contained in:
Daniel Holbach
2022-11-03 06:59:31 +01:00
committed by GitHub
+2 -2
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/...'