From 23308bb2ac06e1e1133642de352a9ea439e52014 Mon Sep 17 00:00:00 2001 From: Injun Song Date: Wed, 28 Feb 2024 10:24:54 +0900 Subject: [PATCH] chore(go): use 1.22.0 in go.mod See https://github.com/github/codeql/issues/15647#issuecomment-1949920878 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e0213382f..64e1310db 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kakao/varlog -go 1.22 +go 1.22.0 require ( github.com/cockroachdb/pebble v1.1.0