Skip to content

Commit 889bf45

Browse files
build(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 (#59006)
1 parent 36e8e34 commit 889bf45

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DEPS.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,13 +2985,13 @@ def go_deps():
29852985
name = "com_github_golangci_golangci_lint",
29862986
build_file_proto_mode = "disable_global",
29872987
importpath = "github.com/golangci/golangci-lint",
2988-
sha256 = "a7aef5a4e904d6785f163f93b3c2b2c219e61de70846486abe3da9479f04b5a5",
2989-
strip_prefix = "github.com/golangci/[email protected].3",
2988+
sha256 = "3a9a06a8ed827d306fa1233811186dd7691dc68cdc06bf9182dd682068f55394",
2989+
strip_prefix = "github.com/golangci/[email protected].4",
29902990
urls = [
2991-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.3.zip",
2992-
"http://ats.apps.svc/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.3.zip",
2993-
"https://cache.hawkingrei.com/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.3.zip",
2994-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.3.zip",
2991+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.4.zip",
2992+
"http://ats.apps.svc/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.4.zip",
2993+
"https://cache.hawkingrei.com/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.4.zip",
2994+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/golangci/golangci-lint/com_github_golangci_golangci_lint-v1.63.4.zip",
29952995
],
29962996
)
29972997
go_repository(

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/golang/protobuf v1.5.4
5151
github.com/golang/snappy v0.0.4
5252
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9
53-
github.com/golangci/golangci-lint v1.63.3
53+
github.com/golangci/golangci-lint v1.63.4
5454
github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb
5555
github.com/golangci/misspell v0.6.0
5656
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
362362
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
363363
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 h1:t5wybL6RtO83VwoMOb7U/Peqe3gGKQlPIC66wXmnkvM=
364364
github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9/go.mod h1:Ag3L7sh7E28qAp/5xnpMMTuGYqxLZoSaEHZDkZB1RgU=
365-
github.com/golangci/golangci-lint v1.63.3 h1:Q/UZqLRuqo3mmwA/EN2pq9y+JV4S2IqmqrS3t855ZMc=
366-
github.com/golangci/golangci-lint v1.63.3/go.mod h1:Hx0B7Lg5/NXbaOHem8+KU+ZUIzMI6zNj/7tFwdnn10I=
365+
github.com/golangci/golangci-lint v1.63.4 h1:bJQFQ3hSfUto597dkL7ipDzOxsGEpiWdLiZ359OWOBI=
366+
github.com/golangci/golangci-lint v1.63.4/go.mod h1:Hx0B7Lg5/NXbaOHem8+KU+ZUIzMI6zNj/7tFwdnn10I=
367367
github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb h1:Bi7BYmZVg4C+mKGi8LeohcP2GGUl2XJD4xCkJoZSaYc=
368368
github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb/go.mod h1:ON/c2UR0VAAv6ZEAFKhjCLplESSmRFfZcDLASbI1GWo=
369369
github.com/golangci/misspell v0.6.0 h1:JCle2HUTNWirNlDIAUO44hUsKhOFqGPoC4LZxlaSXDs=

0 commit comments

Comments
 (0)