Skip to content

Commit

Permalink
修改golangci-lint版本
Browse files Browse the repository at this point in the history
  • Loading branch information
juniaoshaonian committed Oct 5, 2023
1 parent a868a42 commit ace2566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test -x $TARGET_PUSH || chmod +x $TARGET_PUSH
test -x $TARGET_COMMIT || chmod +x $TARGET_COMMIT

echo "安装 golangci-lint..."
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

echo "安装 goimports..."
go install golang.org/x/tools/cmd/goimports@latest

0 comments on commit ace2566

Please sign in to comment.