Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonyork committed Jan 3, 2025
1 parent a199cd5 commit ae919b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM node:22.12.0-bookworm-slim AS node
FROM hadolint/hadolint:v2.12.0-debian AS hadolint

# Golangci-lint for linting Go
FROM golangci/golangci-lint:v1.63.3 AS golangci-lint
FROM golangci/golangci-lint:v1.63.4 AS golangci-lint

#################################################
# Used for development and CI. Any development
Expand Down

0 comments on commit ae919b7

Please sign in to comment.