Skip to content

Commit 8e578b5

Browse files
committed
Update dependency golangci/golangci-lint to v1.60.3
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | golangci/golangci-lint | v1.60.1 | v1.60.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c473f91 commit 8e578b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Lint Go
3333
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3434
with:
35-
version: v1.60.1 # renovate: datasource=github-tags depName=golangci/golangci-lint
35+
version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint
3636

3737
actionlint:
3838
name: Actionlint

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
2-
GOLANGCI_LINT_VERSION = v1.60.1
2+
GOLANGCI_LINT_VERSION = v1.60.3
33

44
test: unit-test test-integration test-integration-no-stream-block clean
55

0 commit comments

Comments
 (0)