Skip to content

Commit

Permalink
build(deps): Bump golangci/golangci-lint in /ci-builder
Browse files Browse the repository at this point in the history
Bumps golangci/golangci-lint from v1.62.2-alpine to v1.64.6-alpine.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent 17e92cf commit 89286e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM hashicorp/consul:1.20.1 AS consul
FROM docker:27.4 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.19.3 AS buildx-plugin
FROM golangci/golangci-lint:v1.62.2-alpine AS golangci-lint
FROM golangci/golangci-lint:v1.64.6-alpine AS golangci-lint

FROM golang:1.23-alpine AS go-junit-report
RUN go install github.com/jstemmer/go-junit-report@latest
Expand Down

0 comments on commit 89286e2

Please sign in to comment.