Skip to content

Commit

Permalink
Update Go Lang version (#254)
Browse files Browse the repository at this point in the history
* Update Go Lang version
---------
Co-authored-by: Vikas Mathur <[email protected]>
  • Loading branch information
vmathur12 authored Sep 18, 2024
1 parent e6c0408 commit cab30b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cab30b0

Please sign in to comment.