From cab30b0d1991d65e56a3698fbdb5782699285ad0 Mon Sep 17 00:00:00 2001 From: VIKAS MATHUR <97077039+vmathur12@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:29:26 +0530 Subject: [PATCH] Update Go Lang version (#254) * Update Go Lang version --------- Co-authored-by: Vikas Mathur --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d70d85..7c23bc4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Interface for GoLang to `DB2 for z/OS`, `DB2 for LUW` and `DB2 for i` database s ## Prerequisite -- Golang should be installed(Golang version should be >=1.12.x and <= 1.21.X) +- Golang should be installed(Golang version should be >=1.12.x and <= 1.23.X) - Git should be installed in your system. @@ -127,8 +127,8 @@ source setenv.sh ``` yum install -y gcc git go wget tar xz make gcc-c++ cd /root -curl -OL https://golang.org/dl/go1.21.4.linux-amd64.tar.gz -tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz +curl -OL https://golang.org/dl/go1.23.1.linux-amd64.tar.gz +tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz rm /usr/bin/go rm /usr/bin/gofmt diff --git a/go.mod b/go.mod index 7743fe2..c74642f 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/ibmdb/go_ibm_db -go 1.22.5 +go 1.23.1 require github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70