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.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 0c7efab commit e18529c
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.60.3/golangci-lint-1.60.3-linux-amd64.tar.gz"],
sha256 = "4037af8122871f401ed874852a471e54f147ff8ce80f5a304e020503bdb806ef",
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.60.3-linux-amd64",
)
http_archive(
name = "golangci-lint-darwin-amd64",
Expand Down

0 comments on commit e18529c

Please sign in to comment.