Update Kubernetes to v1.36, build-push-action to v7

This commit is contained in:
yeasy
2026-04-25 15:10:51 +00:00
parent 57b203832f
commit f4fa272dc5
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ docker exec go-demo ls -la /
# 只包含 /app 和系统必要文件
# 镜像大小通常 < 10MB(相比 golang:1.26-alpine 的 ~1GB
# 镜像大小通常 < 10MB(相比 golang:1.26 基础镜像的 ~900MB
docker history go-app:latest
```
**go.mod go.sum 示例**