From c45a386ccd28ebb508bd9fffc86f282baa5d3380 Mon Sep 17 00:00:00 2001 From: Daniel Gospodinow Date: Sat, 10 Feb 2024 14:22:41 +0000 Subject: [PATCH] Correct README's reference to `nilaway` (#6) --- .version | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.version b/.version index fa3de58..99d85ec 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.5 \ No newline at end of file +0.0.6 \ No newline at end of file diff --git a/README.md b/README.md index e261d8a..9e83575 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ This is a simple GitHub Action that checks Golang codebases for potential Nil panics. -Behind the hood, it uses Uber's [nilaway](https://github.com/qbaware/nilaway-action) -static analysis tool. +Behind the hood, it uses Uber's `nilaway` static analysis tool. More useful information about it can be found in [this](https://www.uber.com/en-GB/blog/nilaway-practical-nil-panic-detection-for-go/) Uber blog post or on their GitHub [repository](https://github.com/uber-go/nilaway).