From f93d1ef9bd6d52bd7e46af87097ad62663ecc615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 02:00:51 +0000 Subject: [PATCH] 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/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 72a24ae..6ad9293 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -37,6 +37,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2.4.0 - name: Go-linter-1 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: ./...