Compare commits

...

1 Commits

Author SHA1 Message Date
bfeb46e7a9
chore(deps): update docker.io/library/golang docker tag to v1.24.3
All checks were successful
Run unit tests / test (pull_request) Successful in 5m51s
2025-05-31 22:11:01 +00:00

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.0 AS build
FROM docker.io/library/golang:1.24.3 AS build
WORKDIR /workspace
ADD . /workspace