Skip to content

Commit 7bb2801

Browse files
committed
go/lint: update golangci-lint to v1.42.1
1 parent d3775c6 commit 7bb2801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/lint-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fi
166166

167167
# golangci-lint
168168
if [[ "$OS_NAME" != "windows" ]]; then
169-
wget -q -O - -q https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.42.0
169+
wget -q -O - -q https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.42.1
170170

171171
enabled="-E=bodyclose,exhaustive,gocyclo,rowserrcheck"
172172
if [ -n "$GOLANGCI_LINTERS" ];

0 commit comments

Comments
 (0)