Skip to content

Commit

Permalink
chore(docker): bump golangci/golangci-lint
Browse files Browse the repository at this point in the history
Bumps golangci/golangci-lint from 1.54.2-alpine to v1.55.2-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kramen22 committed Nov 22, 2023
1 parent 8b10da0 commit 6f34d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# NOTE(jkoelker) Get as many dependancies from official docker images to allow
# `dependabot` to bump them
FROM docker.io/golangci/golangci-lint:v1.54.2-alpine as golangci-lint
FROM docker.io/golangci/golangci-lint:v1.55.2-alpine as golangci-lint
FROM docker.io/hadolint/hadolint:2.12.0-alpine as hadolint
FROM docker.io/vektra/mockery:v2.20.0 as mockery

Expand Down

0 comments on commit 6f34d5d

Please sign in to comment.