diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-13 15:23:29 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-13 15:23:29 +0900 |
| commit | 7c35be066a48916d784d995660ef6c4442505782 (patch) | |
| tree | bd764ed36ba83b70419a6633b648b21b6ae2f170 | |
| parent | f91d55fa5e62d82263aa20dcab795c832fd9b602 (diff) | |
internal/rosa/tamago: 1.26.0 to 1.26.1
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 1c2a42d4..2546b990 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.0" - checksum = "5XkfbpTpSdPJfwtTfUegfdu4LUy8nuZ7sCondiRIxTJI9eQONi8z_O_dq9yDkjw8" + version = "1.26.1" + checksum = "fimZnklQcYWGsTQU8KepLn-yCYaTfNdMI9DCg6NJVQv-3gOJnUEO9mqRCMAHnEXZ" ) return t.New("tamago-go"+version, 0, t.AppendPresets(nil, Bash, |
