Skip to main content

update-go-version

Update the Go toolchain version across the repo.

Zur Installation springen

Quellinformationen

Repository
authgear/authgear-server
Letzte Quellaktivität
14. April 2026 um 09:56
Erkannte Sprache von SKILL.md
Englisch
Sterne
2.051
Forks
124

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
update-go-version
description
Update the Go toolchain version across the repo.
argument-hint
<new Go version>
Use this skill when the Go version changes. ## Files to update - `flake.nix` - `.tool-versions` - `go.mod` - `custombuild/go.mod` - `e2e/go.mod` - `k6/go.mod` - `packagetracker/go.mod.tpl` - `custombuild/cmd/authgear/Dockerfile` - `custombuild/cmd/portalx/Dockerfile` - `cmd/portal/Dockerfile` - `cmd/authgear/Dockerfile` - `once/partial.dockerfile` ## Workflow 1. Update the version in every file above. 2. Use `nix store prefetch-file` to refresh the hash in `flake.nix`. 3. Run `make go-mod-tidy`. 4. Run `make once/Dockerfile`. 5. Verify the repo still builds if the version bump changed tool behavior. ## Notes - Keep the version updates consistent across all Go modules. - Do not leave one module on the old version; that creates hard-to-debug drift.
Auf GitHub ansehen