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.32.0 (#5
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 26, 2020
1 parent b58f5e4 commit 49b6f69
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.31.0/golangci-lint-1.31.0-darwin-amd64.tar.gz"],
sha256 = "f3afeb6ad6964615e2b238f56cc2e5b32464f2f302a4f3ccf5874a04170c287a",
urls = ["https://github.com/golangci/golangci-lint/releases/download/v1.32.0/golangci-lint-1.32.0-darwin-amd64.tar.gz"],
sha256 = "294bca5902a5c992345dc773549cabcf25029383aa3bafd06cf65d0164b22faf",
build_file = "@com_github_danmx_bazel_tools//golangci-lint:golangci-lint.BUILD",
strip_prefix = "golangci-lint-1.31.0-darwin-amd64",
strip_prefix = "golangci-lint-1.32.0-darwin-amd64",
)
http_archive(
name = "golangci-lint-windows-amd64",
Expand Down

0 comments on commit 49b6f69

Please sign in to comment.