From 8c56d61053f8080d3d9a14d9b2d70c5c4bc0d985 Mon Sep 17 00:00:00 2001 From: Injun Song Date: Tue, 20 Aug 2024 14:59:27 +0900 Subject: [PATCH] build(deps): bump go from 1.22 to 1.23 --- .github/workflows/ci.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7aa62b738..f82eb9de1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: - main pull_request: env: - GO_VERSION: "1.22" + GO_VERSION: "1.23" PYTHON_VERSION: 3.9 GRPC_HEALTH_PROBE_VERSION: v0.4.13 jobs: diff --git a/go.mod b/go.mod index 1928961c3..37f103d81 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kakao/varlog -go 1.22.0 +go 1.23.0 require ( github.com/cockroachdb/pebble v1.1.2