Compare commits

..
2 Commits
Author SHA1 Message Date
thuanle 403d2d7ea1 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
2026-06-16 20:38:57 +07:00
Renovate Bot d02567b385 Update golang Docker tag to v1.26 2026-06-13 17:01:46 +00: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