Skip to content
代码片段 群组 项目
提交 8ac994f9 编辑于 作者: Patrick Steinhardt's avatar Patrick Steinhardt
浏览文件

Upgrade staticcheck tool to fix false positive

With the upgrade to Go 1.16, the staticcheck analyzer complains about a
potential nil pointer access in "cmd/gitlab-zip-cat/main.go". This is a
false positive: if the pointer was a `nil` pointer, we'd already have
called `os.Exit()`.

This issue has already been fixed upstream by improving analysis on
functions which do not ever return. So let's upgrade the staticcheck
executable to a newer release.
上级 6bb1680f
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册