Compare commits

..

3 Commits

Author SHA1 Message Date
da89b1135a deps: Update https://dock-it.dev/actions/checkout action to v7
All checks were successful
Verify / verify (push) Successful in 1m2s
2026-06-21 02:25:48 +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 AS build
FROM golang:1.26-bookworm@sha256:5f68ec6805843bd3981a951ffada82a26a0bd2631045c8f7dba483fa868f5ec5 AS build
WORKDIR /src