From 0d259d52f085b5cff823fc5b6be961cce0cf5c70 Mon Sep 17 00:00:00 2001
From: Junfeng Wu <wjf3121@hotmail.com>
Date: Thu, 26 Sep 2024 10:56:10 +0800
Subject: [PATCH] feat: update go version to 1.23

---
 .github/workflows/pr-style.yml | 2 +-
 Makefile                       | 2 +-
 go.mod                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pr-style.yml b/.github/workflows/pr-style.yml
index 2b443b7..0c418ed 100644
--- a/.github/workflows/pr-style.yml
+++ b/.github/workflows/pr-style.yml
@@ -30,7 +30,7 @@ jobs:
         ref: ${{ inputs.ref }}
     - uses: actions/setup-go@v5
       with:
-        go-version: '1.22'
+        go-version: '1.23'
     - name: Mod Tidy Check
       shell: bash
       run: make mod-tidy-check
diff --git a/Makefile b/Makefile
index 8aa50bc..a6c532b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # https://github.com/golangci/golangci-lint/releases/latest
-GOLANGCI_LINT_VERSION="1.59.1"
+GOLANGCI_LINT_VERSION="1.61.0"
 
 RED    = \033[0;31m
 GREEN  = \033[0;32m
diff --git a/go.mod b/go.mod
index a4549c6..3b23f6a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/risingwavelabs/byoc-runtime
 
-go 1.22.0
+go 1.23.0
 
 require (
 	github.com/hashicorp/go-version v1.7.0