From 227b016ea20af642daa2280923b37126a4159829 Mon Sep 17 00:00:00 2001 From: Gstack Concourse Ninja Date: Wed, 4 Dec 2024 23:43:13 +0000 Subject: [PATCH] Update Golang from 1.21.13 to 1.22.10 and its dependencies --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8cb0a87..110186b 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/telia-oss/github-pr-resource -go 1.21.0 +go 1.22.0 -toolchain go1.21.13 +toolchain go1.22.10 require ( github.com/google/go-github/v61 v61.0.0