Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and maratori committed Nov 11, 2024
1 parent f11b774 commit 6e782fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.23.3 AS go

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

FROM go AS dev
ENV INSIDE_DEV_CONTAINER=1
Expand Down

0 comments on commit 6e782fe

Please sign in to comment.