Merge pull request 'Update golang Docker tag to v1.26' (#3) from renovate/golang-1.x into main
Build Docker Image / build (arm64) (push) Failing after 37s
Build Docker Image / build (amd64) (push) Failing after 35s
Build Docker Image / amend-manifest (push) Has been skipped

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-06-16 20:38:57 +07:00
+1 -1
View File
@@ -1,5 +1,5 @@
# Cache dependency
FROM golang:1.22-alpine AS go-mod-cache
FROM golang:1.26-alpine AS go-mod-cache
WORKDIR /app