From be07cb83c9062cebac667b8eca0a88a4e9899694 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Tue, 28 Jul 2020 09:34:16 +0200 Subject: [PATCH] chore: bump linter to v1.29.0 --- Changelog.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 435a34aa..2c3cc54d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ### Changed * GODT-409 Set flags have to replace all flags. * GODT-531 Better way to add trusted certificate in macOS. +* Bumped golangci-lint to v1.29.0 + ### Fixed * GODT-454 Fix send on closed channel when receiving unencrypted send confirmation from GUI. diff --git a/Makefile b/Makefile index 77adc51d..98f23366 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ update-vendor: vendor-cache/${THERECIPE_ENV} prepare-vendor ## Dev dependencies .PHONY: install-devel-tools install-linter install-go-mod-outdated -LINTVER:="v1.27.0" +LINTVER:="v1.29.0" LINTSRC:="https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" install-dev-dependencies: install-devel-tools install-linter install-go-mod-outdated