Use go tag for 1.26

This commit is contained in:
9seconds
2026-02-24 18:08:45 +01:00
parent d7db8ca98b
commit 42f612f49e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ run = "go build"
description = "Update dependencies" description = "Update dependencies"
run = [ run = [
"go get -u", "go get -u",
"go mod tidy -go=1.25" "go mod tidy -go=1.26"
] ]
[tasks.lint] [tasks.lint]
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/9seconds/mtg/v2 module github.com/9seconds/mtg/v2
go 1.25 go 1.26
require ( require (
github.com/OneOfOne/xxhash v1.2.8 github.com/OneOfOne/xxhash v1.2.8