File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/hugo/content/contributing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 223223go-install gofumpt mvdan.cc/gofumpt@latest
224224
225225# Install golangci-lint
226- # doc# | golangci-lint | 2.1.5 | https://github.com/golangci/golangci-lint |
226+ # doc# | golangci-lint | 2.3.1 | https://github.com/golangci/golangci-lint |
227227write-verbose " Checking for $TOOL_DEST /golangci-lint"
228228if should-install " $TOOL_DEST /golangci-lint" ; then
229229 write-info " Installing golangci-lint"
230230 # golangci-lint is provided by base image if in devcontainer
231231 # this command copied from there
232- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " $TOOL_DEST " v2.1.5 2>&1
232+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " $TOOL_DEST " v2.3.1 2>&1
233233fi
234234
235235# Install Task
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ If you prefer to install those dependencies manually (instead of using the `.dev
1717| crddoc | latest | https://github.com/theunrepentantgeek/crddoc |
1818| Go | 1.23 | https://golang.org/doc/install #
1919| gofumpt | latest | https://pkg.go.dev/mvdan.cc/gofumpt |
20- | golangci-lint | 2.1.5 | https://github.com/golangci/golangci-lint |
20+ | golangci-lint | 2.3.1 | https://github.com/golangci/golangci-lint |
2121| Helm | v3.16.1 | https://helm.sh/ |
2222| htmltest | latest | https://github.com/wjdp/htmltest (but see https://github.com/theunrepentantgeek/htmltest for our custom build )
2323| hugo | v0.147.0 | https://gohugo.io/ |
You can’t perform that action at this time.
0 commit comments