Skip to content

Commit

Permalink
Bump golangci/golangci-lint from v1.62.2 to v1.63.1
Browse files Browse the repository at this point in the history
Bumps golangci/golangci-lint from v1.62.2 to v1.63.1.

---
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 Jan 2, 2025
1 parent e25a8e1 commit b45bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.23.4 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.62.2 AS linter
FROM golangci/golangci-lint:v1.63.1 AS linter

FROM go AS dev
ENV INSIDE_DEV_CONTAINER 1
Expand Down

0 comments on commit b45bd79

Please sign in to comment.