Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency golangci-lint-windows-amd64 to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 0c7efab commit 5fca882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golangci-lint/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def golangci_lint_dependencies():
)
http_archive(
name = "golangci-lint-windows-amd64",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.56.1/golangci-lint-1.56.1-windows-amd64.zip"],
sha256 = "3b63660fdce7009f454c5aa70c2d71f15c6083b357ca6fe655b634232363793c",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.58.0/golangci-lint-1.58.0-windows-amd64.zip"],
sha256 = "245e9bc6f4878414ed0e4cc53cb94bd441cf0be7e18cbf84d409cc9ac61ab901",
build_file = "@com_github_danmx_bazel_tools//golangci-lint:golangci-lint_windows.BUILD",
strip_prefix = "golangci-lint-1.56.1-windows-amd64",
strip_prefix = "golangci-lint-1.58.0-windows-amd64",
)

0 comments on commit 5fca882

Please sign in to comment.