From cba415778365306492f7ebf73463f457505510a7 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 6 May 2024 17:09:38 +0800 Subject: [PATCH] chore: bump go version number in go.mod Ensure the version number is compatible with the go.mod version standard. This fixes a problem with CodeQL scans in the CI system. https://go.dev/doc/toolchain#version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84f7d1af..8767f9e1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/uselagoon/ssh-portal -go 1.22 +go 1.22.2 require ( github.com/MicahParks/keyfunc/v2 v2.1.0