From 7c4cc79b2989e2e51bb605adf824dc825bb91aee Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 22 Feb 2023 14:43:28 +0000 Subject: [PATCH 1/2] Use golangci-lint v1.51.2 Signed-off-by: Michel Hollands --- .drone/drone.jsonnet | 2 +- loki-build-image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone/drone.jsonnet b/.drone/drone.jsonnet index 9bed6bfb54212..b60abfe7e8a3c 100644 --- a/.drone/drone.jsonnet +++ b/.drone/drone.jsonnet @@ -446,7 +446,7 @@ local manifest_ecr(apps, archs) = pipeline('manifest-ecr') { [ pipeline('loki-build-image') { - local build_image_tag = '0.28.0', + local build_image_tag = '0.28.1', workspace: { base: '/src', path: 'loki', diff --git a/loki-build-image/Dockerfile b/loki-build-image/Dockerfile index cea877a87ea7a..0e258c6dccf94 100644 --- a/loki-build-image/Dockerfile +++ b/loki-build-image/Dockerfile @@ -24,7 +24,7 @@ RUN apk add --no-cache curl && \ FROM alpine:3.16.4 as golangci RUN apk add --no-cache curl && \ cd / && \ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.0 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2 FROM alpine:3.16.4 as buf From c687abb4b7ab1e26b8eec40be7a475e7b017bb61 Mon Sep 17 00:00:00 2001 From: Christian Haudum Date: Wed, 22 Feb 2023 15:52:20 +0100 Subject: [PATCH 2/2] fixup! Use golangci-lint v1.51.2 Signed-off-by: Christian Haudum --- .drone/drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone/drone.yml b/.drone/drone.yml index e70d3588b5c36..7d6e52c360588 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -10,7 +10,7 @@ steps: dry_run: true repo: grafana/loki-build-image tags: - - 0.28.0 + - 0.28.1 when: event: - pull_request @@ -26,7 +26,7 @@ steps: from_secret: docker_password repo: grafana/loki-build-image tags: - - 0.28.0 + - 0.28.1 username: from_secret: docker_username when: @@ -1675,6 +1675,6 @@ kind: secret name: gpg_private_key --- kind: signature -hmac: de9f4851c4bfd1324e22a0cb983432801b59240128c1b162ea67c5cd814606c9 +hmac: e5f127d71d3dcb4ae93d348ff2641c9639bf0372640fd398328cff25eda62a9d ...