File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Please see https://git.k8s.io/community/CLA.md for more info
18
18
19
19
1 . Setup tools
20
20
``` bash
21
- $ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.17.1
21
+ $ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.18.0
22
22
```
23
23
1. Test
24
24
` ` ` bash
Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ function is_installed {
67
67
}
68
68
69
69
function fetch_go_tools {
70
- header_text " Checking for gometalinter.v2 "
70
+ header_text " Checking for golangci-lint "
71
71
if ! is_installed golangci-lint; then
72
72
header_text " Installing golangci-lint"
73
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
73
+ go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
74
74
fi
75
75
}
76
76
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export PATH=$(go env GOPATH)/bin:$PATH
23
23
mkdir -p $( go env GOPATH) /bin
24
24
25
25
echo " Installing golangci-lint"
26
- curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.17.1
26
+ curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $( go env GOPATH) /bin v1.18.0
27
27
echo " Finished installing golangci-lint"
28
28
29
29
$( dirname ${BASH_SOURCE} ) /check-everything.sh
You can’t perform that action at this time.
0 commit comments