1
0
forked from security/hakurei

internal/rosa/tamago: 1.26.0 to 1.26.1

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-13 15:23:29 +09:00
parent f91d55fa5e
commit 7c35be066a

View File

@@ -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,