chore(deps): update golang docker tag to v1.25.6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m16s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m10s

This commit was merged in pull request #418.
This commit is contained in:
2026-01-15 22:03:25 +00:00
parent 0bc8812a92
commit 7de9aa6452

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.5@sha256:8bbd14091f2c61916134fa6aeb8f76b18693fcb29a39ec6d8be9242c0a7e9260 AS builder_go
FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c 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