use go version 1.26

This commit is contained in:
2026-02-20 16:16:43 +05:30
parent 43da615326
commit 136957d75d
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module code.patial.tech/go/mux
go 1.25
go 1.26

View File

@@ -1,4 +1,4 @@
go 1.25.1
go 1.26
use .

View File

@@ -1,6 +1,6 @@
module code.patial.tech/go/mux/playground
go 1.24
go 1.26
require (
code.patial.tech/go/mux v0.7.1