Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.64.2 (#4715)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 5204a0d commit 584bd67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ARG DART_VERSION='3.6.2'
# renovate: datasource=npm depName=gherkin-lint
ARG NPM_GHERKIN_LINT_VERSION=4.2.4
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
ARG GO_GOLANGCI_LINT_VERSION=1.64.2
# renovate: datasource=npm depName=graphql
ARG NPM_GRAPHQL_VERSION=16.10.0
# renovate: datasource=npm depName=graphql-schema-linter
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ARG NPM_STYLELINT_CONFIG_SASS_GUIDELINES_VERSION=12.1.0
# renovate: datasource=npm depName=stylelint-scss
ARG NPM_STYLELINT_SCSS_VERSION=6.11.0
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
ARG GO_GOLANGCI_LINT_VERSION=1.64.2
# renovate: datasource=npm depName=graphql
ARG NPM_GRAPHQL_VERSION=16.10.0
# renovate: datasource=npm depName=graphql-schema-linter
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ARG NPM_STYLELINT_SCSS_VERSION=6.11.0
# renovate: datasource=pypi depName=cpplint
ARG PIP_CPPLINT_VERSION=2.0.0
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
ARG GO_GOLANGCI_LINT_VERSION=1.64.2
# renovate: datasource=npm depName=graphql
ARG NPM_GRAPHQL_VERSION=16.10.0
# renovate: datasource=npm depName=graphql-schema-linter
Expand Down
2 changes: 1 addition & 1 deletion linters/go_golangci_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
ARG GO_GOLANGCI_LINT_VERSION=1.64.2
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/go.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
ARG GO_GOLANGCI_LINT_VERSION=1.64.2
- |
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s "v${GO_GOLANGCI_LINT_VERSION}" \
&& golangci-lint --version
Expand Down

0 comments on commit 584bd67

Please sign in to comment.