Skip to content

Commit

Permalink
[release-2.7.x] Use golangci-lint v1.51.2 in build image (#8587) (#8622)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
Signed-off-by: Christian Haudum <[email protected]>
Co-authored-by: Christian Haudum <[email protected]>
(cherry picked from commit 6dfae7c)

---------

Co-authored-by: Michel Hollands <[email protected]>
  • Loading branch information
DylanGuedes and MichelHollands authored Feb 24, 2023
1 parent afedb0a commit 3f5f6b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,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',
Expand Down
6 changes: 3 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
dry_run: true
repo: grafana/loki-build-image
tags:
- 0.28.0
- 0.28.1
when:
event:
- pull_request
Expand All @@ -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:
Expand Down Expand Up @@ -1648,6 +1648,6 @@ kind: secret
name: gpg_private_key
---
kind: signature
hmac: cce255c21677255be67371598ea23efb2459101124708f825d8228fd23fdcff4
hmac: ec77034ab90d10b2a9f927372d9c4c4472b36f588966e54a26251b58dbabe89e

...
2 changes: 1 addition & 1 deletion loki-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f5f6b1

Please sign in to comment.