Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 1bae4ec commit 758aa2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request: {}
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: "v1.62.2"
GOLANGCI_LINT_VERSION: "v1.63.4"
GOLANG_VERSION: "^1.23.0"
jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ HAS_FIELDALIGNMENT:=$(shell command -v fieldalignment;)
# ? Note: Go install versions are inline because renovate can manage them like that.

# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := "v1.62.2"
GOLANGCI_LINT_VERSION := "v1.63.4"

.DEFAULT_GOAL := code/lint

Expand Down

0 comments on commit 758aa2c

Please sign in to comment.