From 02b8b306f641b6d599bfd4192020b4daf8784ec6 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Tue, 21 Jun 2022 18:54:58 +0500 Subject: [PATCH] fix(ci): update golangci-lint --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index b6a025ed..f14da229 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -37,7 +37,7 @@ tasks: dir: web2 cmds: - npm install -# - npm audit fix + - npm audit fix deps:integration: desc: Installs requirements for integration testing with dredd @@ -51,7 +51,7 @@ tasks: dir: web2 vars: GORELEASER_VERSION: "0.159.0" - GOLINTER_VERSION: "1.31.0" + GOLINTER_VERSION: "1.46.2" cmds: - go install github.com/gobuffalo/packr/...@v1.10.4 - go install github.com/haya14busa/goverage@latest