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

@ -7,7 +7,7 @@ import (
"github.com/magefile/mage/sh"
)
const imageName = "grafana/ci-build-windows:0.1.5"
const imageName = "grafana/ci-build-windows:0.2.0"
// Build builds the Docker image.
func Build() error {