chore(deps): update golang docker tag to v1.26.1
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m23s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m12s

This commit was merged in pull request #445.
This commit is contained in:
2026-03-06 03:02:48 +00:00
parent 5235f9d62e
commit 13654a2219

View File

@@ -1,4 +1,4 @@
FROM golang:1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84 AS builder_go
FROM golang:1.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428 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