From 03fa2942f209a0b290c22b38d6bf58d31eeb622d Mon Sep 17 00:00:00 2001 From: Zois Pagoulatos Date: Mon, 6 Apr 2026 23:22:50 +0200 Subject: [PATCH] chore: bump Go version from 1.21 to 1.26 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d7162c7..efb0662 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zoispag/go-python-runner -go 1.21 +go 1.26 require github.com/sirupsen/logrus v1.9.3