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 5m54s
Run unit tests / test (push) Successful in 1m44s

This commit is contained in:
CSRBot 2025-06-01 01:09:18 +00:00
parent e7d99c78d1
commit b291247c3f
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB

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