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.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2024
1 parent 0c7efab commit 3a197d1
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.60.3/golangci-lint-1.60.3-windows-amd64.zip"],
sha256 = "ebf030e0c25b99d1b5f301ec5f1ae0005c0d4f92d6ee79474ef170d69f390fef",
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.60.3-windows-amd64",
)

0 comments on commit 3a197d1

Please sign in to comment.