File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function fetch_go_tools {
74
74
header_text " Checking for gometalinter.v2"
75
75
if ! is_installed golangci-lint; then
76
76
header_text " Installing golangci-lint"
77
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $( go env GOPATH) /bin v1.21.0
77
+ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $( go env GOPATH) /bin v1.23.1
78
78
fi
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export PATH=$(go env GOPATH)/bin:$PATH
24
24
mkdir -p $( go env GOPATH) /bin
25
25
26
26
echo " Installing golangci-lint"
27
- curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.21.0
27
+ curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.23.1
28
28
echo " Finished installing golangci-lint"
29
29
30
30
$( dirname ${BASH_SOURCE} ) /check-everything.sh
You can’t perform that action at this time.
0 commit comments