Skip to content

Commit 9fa0403

Browse files
authored
Update golangci-lint version (#4870)
1 parent fcfde28 commit 9fa0403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ fi
223223
go-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 |
227227
write-verbose "Checking for $TOOL_DEST/golangci-lint"
228228
if 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
233233
fi
234234

235235
# Install Task

docs/hugo/content/contributing/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/ |

0 commit comments

Comments
 (0)