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-darwin-amd64 to v1.55.0 (#…
Browse files Browse the repository at this point in the history
…49)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent d257eab commit 7dd2b03
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 @@ -10,10 +10,10 @@ def golangci_lint_dependencies():
)
http_archive(
name = "golangci-lint-darwin-amd64",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.53.2/golangci-lint-1.53.2-darwin-amd64.tar.gz"],
sha256 = "a4e83f5bfe52f42134c9783aa68ba31104c36e2ad4c221a3c77510dda66ae81c",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.55.0/golangci-lint-1.55.0-darwin-amd64.tar.gz"],
sha256 = "5675667f4961a7725e8d3ed6eb01d521160252095b5cae2c1c283f713dd85f80",
build_file = "@com_github_danmx_bazel_tools//golangci-lint:golangci-lint.BUILD",
strip_prefix = "golangci-lint-1.53.2-darwin-amd64",
strip_prefix = "golangci-lint-1.55.0-darwin-amd64",
)
http_archive(
name = "golangci-lint-windows-amd64",
Expand Down

0 comments on commit 7dd2b03

Please sign in to comment.