Skip to content

Commit 3e09231

Browse files
Update golangci/golangci-lint-action action to v9.1.0
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | golangci/golangci-lint-action | v9.0.0 | v9.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bcf9891 commit 3e09231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go-version: stable
4848

4949
- name: Lint Go
50-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
50+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
5151
with:
5252
working-directory: ${{ matrix.directory }}
5353
version: v2.6.2 # renovate: datasource=github-tags depName=golangci/golangci-lint

0 commit comments

Comments
 (0)