Compare commits

..

3 Commits

Author SHA1 Message Date
993fc60cf3 deps: Pin dependencies
All checks were successful
Verify / verify (push) Successful in 2m17s
2026-06-21 02:25:34 +00:00
6a40f756ca Merge pull request 'deps: Update golang Docker tag to v1.26' (#10) from renovate/golang-1.x into main
Some checks failed
Verify / verify (push) Waiting to run
Release Container / Build And Publish Container (push) Failing after 28s
2026-06-21 02:24:49 +00:00
a95271c516 deps: Update golang Docker tag to v1.26
All checks were successful
Verify / verify (push) Successful in 1m47s
2026-06-21 02:13:09 +00:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-bookworm@sha256:bbb255b0e131db500cf0520adc97441d2260cf629c7fa7e39e025ddf53995a24 AS build
FROM golang:1.26-bookworm@sha256:5f68ec6805843bd3981a951ffada82a26a0bd2631045c8f7dba483fa868f5ec5 AS build
WORKDIR /src