Commit Graph

6 Commits

Author SHA1 Message Date
Bonny07
45f2e6185e ci: drop dead golint step, align Go to go.mod 1.25, bump checkout to v4
ci.yaml installed golang.org/x/lint/golint but never invoked it; golint has been deprecated and frozen since 2021. The CI Go version (1.24.2) also lagged the go.mod directive (1.25). Remove the dead step, align both workflows to Go 1.25, and bump the remaining actions/checkout@v3 usages to v4 (release.yaml was already on v4).
2026-06-08 19:34:15 +09:00
Vincent Young
ddd4de353d
ci: add ci 2023-11-19 19:26:07 -05:00
Vincent Young
fb0dac1889
fix 2023-10-20 05:49:39 -04:00
Vincent Young
80f63f1174
chore: fix docker images 2023-05-30 01:21:20 +08:00
Vincent Young
2ced7ee49b
chore: build docker 2023-05-30 01:07:43 +08:00
MartialBE
73b67e8681 在 GitHub Actions 中添加 Docker 镜像构建和缓存功能
- 添加 Docker 构建和发布的 Github Action
- 为 `dev` 分支和 带有`v*`的 tag 构建和发布 Docker 镜像
- 使用 `ghcr.io` 作为 Docker 注册表,并通过 Github 凭据进行身份验证
- 使用 `docker/metadata-action` 为 Docker 镜像设置标签和标记
- 使用 Github Actions 缓存模式缓存 Docker 镜像。
2023-03-05 20:48:54 +08:00