From 60d0f90c8017fc19b6553875aa8835b1523757cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:39:11 +0000 Subject: [PATCH] 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] --- .github/workflows/on-pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index bd53f21..8285099 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -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/...'