2 Commits

Author SHA1 Message Date
01f808969e fix(deps): update module golang.org/x/crypto to v0.47.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 44s
2026-01-13 15:05:15 +00:00
7c7566497b chore(deps): update node.js to 929c026
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m11s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m19s
2026-01-13 14:03:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /spend-sparrow/spend-sparrow .
FROM node:24.12.0@sha256:50113f9d3a239ce9e523550e46363d3a8ca7b58f6af70fd9ecb4698b2ad89ccb AS builder_node
FROM node:24.12.0@sha256:929c026d5a4e4a59685b3c1dbc1a8c3eb090aa95373d3a4fd668daa2493c8331 AS builder_node
WORKDIR /spend-sparrow
COPY package.json package-lock.json ./
RUN npm clean-install

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
go.opentelemetry.io/otel/sdk/log v0.15.0
go.opentelemetry.io/otel/sdk/metric v1.39.0
go.opentelemetry.io/otel/trace v1.39.0
golang.org/x/crypto v0.46.0
golang.org/x/crypto v0.47.0
golang.org/x/net v0.48.0
)