Loading...
Loading...
Compare original and translation side by side
docker pull golang:X.XX.Xsha256:abc123...docker pull golang:X.XX.Xsha256:abc123...go./go.mod./extras/dagger/go.modgo X.XX.Xgo./go.mod./extras/dagger/go.modgo X.XX.XFROM golang:X.XX.X@sha256:OLD_DIGEST AS builderFROM golang:X.XX.X@sha256:NEW_DIGEST AS builderFROM golang:X.XX.X@sha256:OLD_DIGEST AS builderFROM golang:X.XX.X@sha256:NEW_DIGEST AS buildergo-versiongo-version: "X.XX.X"go-versiongo-version: "X.XX.X"./CLAUDE.md- **Language**: Go X.XX.X. To know how to upgrade go version, see docs/runbooks./CLAUDE.md- **语言**:Go X.XX.X。如需了解如何升级Go版本,请查看docs/runbooksdocker pull arigaio/atlas:X.XX.Xsha256:abc123..../app/controlplane/Dockerfile.migrationsundefineddocker pull arigaio/atlas:X.XX.Xsha256:abc123..../app/controlplane/Dockerfile.migrationsundefined
With:
```dockerfile
替换为:
```dockerfile
**7c. Update `./common.mk` for `make init`:**
**IMPORTANT**: Before updating the version in common.mk, ALWAYS test that the Atlas version is available via the curl command:
```bash
curl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- --versioninitcurl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- -yvcurl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- -y
**7c. 更新`./common.mk`中的`make init`:**
**重要提示**:在更新common.mk中的版本之前,务必通过curl命令测试该Atlas版本是否可用:
```bash
curl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- --versioninitcurl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- -yvcurl -sSf https://atlasgo.sh | ATLAS_VERSION=vX.XX.X sh -s -- -ymake test
make lintmake test
make lintbuf format -wwire ./...go.modgo mod tidybuf format -wwire ./...go mod tidygo.mod./extras/dagger/go.mod./extras/dagger/go.mod