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-linux-amd64 to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 0c7efab commit 1d3565b
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 @@ -3,10 +3,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def golangci_lint_dependencies():
http_archive(
name = "golangci-lint-linux-amd64",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.56.2/golangci-lint-1.56.2-linux-amd64.tar.gz"],
sha256 = "e1c313fb5fc85a33890fdee5dbb1777d1f5829c84d655a47a55688f3aad5e501",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.59.1/golangci-lint-1.59.1-linux-amd64.tar.gz"],
sha256 = "c30696f1292cff8778a495400745f0f9c0406a3f38d8bb12cef48d599f6c7791",
build_file = "@com_github_danmx_bazel_tools//golangci-lint:golangci-lint.BUILD",
strip_prefix = "golangci-lint-1.56.2-linux-amd64",
strip_prefix = "golangci-lint-1.59.1-linux-amd64",
)
http_archive(
name = "golangci-lint-darwin-amd64",
Expand Down

0 comments on commit 1d3565b

Please sign in to comment.