chore(deps): update golang docker tag to v1.25
All checks were successful
CI / test (pull_request) Successful in 22m19s

This commit is contained in:
2025-08-20 04:07:20 +00:00
parent 531b5baecd
commit 07bf04e04f

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as build
FROM golang:1.25-alpine as build
ARG GOARCH=amd64