diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-10 02:31:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-10 02:31:57 +0900 |
| commit | 86787b3bc5cb04ccb9dfd5b18b70c3e61f8949fe (patch) | |
| tree | be42305b035cbfcf6d30f98989ddc9954df02bc8 | |
| parent | cdfcfe6ce0cf847814e038636889db378a6ca2aa (diff) | |
internal/rosa/tamago: 1.26.1 to 1.26.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/tamago.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go index 34335423..7a082cbd 100644 --- a/internal/rosa/tamago.go +++ b/internal/rosa/tamago.go @@ -8,8 +8,8 @@ import ( func (t Toolchain) newTamaGo() (pkg.Artifact, string) { const ( - version = "1.26.1" - checksum = "fimZnklQcYWGsTQU8KepLn-yCYaTfNdMI9DCg6NJVQv-3gOJnUEO9mqRCMAHnEXZ" + version = "1.26.2" + checksum = "5xlhWq2NGhYCjt0y73QkydJ386lxg6-HkiO84ne6ByQSJBDat7-HSVzNA6jy7Laz" ) return t.New("tamago-go"+version, 0, t.AppendPresets(nil, Bash, |
