Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.60.3 (#772)
Browse files Browse the repository at this point in the history
| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| github-tags | golangci/golangci-lint | v1.60.2 | v1.60.3 |
| docker      | golangci/golangci-lint | v1.60.2 | v1.60.3 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent ba52847 commit b9ec9a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Lint Go
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.60.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint

actionlint:
name: Actionlint
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/golangci/golangci-lint
rev: v1.60.2
rev: v1.60.3
hooks:
- id: golangci-lint-full

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := build-goreleaser
# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION = v1.60.2
GOLANGCI_LINT_VERSION = v1.60.3
# renovate: datasource=docker depName=goreleaser/goreleaser
GORELEASER_VERSION = v2.2.0
# renovate: datasource=go depName=google/go-licenses
Expand Down

0 comments on commit b9ec9a7

Please sign in to comment.