From 834ea92185146d8e07e07b318a586627390cc67e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 30 Jun 2020 12:17:11 +0200 Subject: [PATCH] rebase: use gosec-2.3.0 gosec-2.3.0 is the current latest version, use that so more checks are done on the code. Signed-off-by: Niels de Vos --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index d2674d951..ca3abecae 100644 --- a/build.env +++ b/build.env @@ -19,7 +19,7 @@ GO111MODULE=on # static checks and linters GOLANGCI_VERSION=v1.21.0 -GOSEC_VERSION=2.0.0 +GOSEC_VERSION=v2.3.0 # "go test" configuration # set to stdout or html to enable coverage reporting, disabled by default