2 Commits

Author SHA1 Message Date
202456cfb8 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.34
Some checks failed
renovate/artifacts Artifact file update failure
Build Docker Image / Build-Docker-Image (push) Failing after 22s
2026-02-13 20:43:29 +00:00
0775f81142 chore(deps): update golang:1.25.6 docker digest to 06d1251
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m9s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m13s
2026-02-13 10:12:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS builder_go
FROM golang:1.25.6@sha256:06d1251c59a75761ce4ebc8b299030576233d7437c886a68b43464bad62d4bb1 AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.33
github.com/mattn/go-sqlite3 v1.14.34
github.com/stretchr/testify v1.11.1
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2
github.com/uptrace/opentelemetry-go-extra/otelsqlx v0.3.2