mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-05 18:30:21 +00:00
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:
4
.github/workflows/on-pr.yaml
vendored
4
.github/workflows/on-pr.yaml
vendored
@@ -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/...'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user