Skip to main content

update-go-version

Update the Go toolchain version across the repo.

Ir para a instalação

Informações da origem

Repositório
authgear/authgear-server
Última atividade na origem
14 de abril de 2026 às 09:56
Idioma detectado do SKILL.md
inglês
Estrelas
2.058
Forks
125

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub