Chore: Upgrade golangci-lint (#31330)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2021-02-18 19:24:04 +01:00
committed by GitHub
parent a34bc0f2d5
commit a20119db9f
12 changed files with 117 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.3.2"
_version="1.4.0"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")