From 4a9dd411ddbad7cd4bc9d88da3501c81398aede4 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 23 May 2020 11:13:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7c5fa4..a2162bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### ⚡️ Added * [docker-credential-helpers](https://github.com/docker/docker-credential-helpers) support added to provide optional securing of module secrets, [#517](https://github.com/wtfutil/wtf/issues/517) by [sam-github](https://github.com/sam-github) +* `make lint` now uses [golangci-lint](https://github.com/golangci/golangci-lint-action), by [sam-github](https://github.com/sam-github) ### 👍 Updated