Skip to content

Commit

Permalink
update: go version in mod and workflows files
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Dec 10, 2024
1 parent 5a3d642 commit 3af0494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.5'
go-version: '1.23.4'

- name: Install clidriver
run: |
pwd
go run installer/setup.go
pwd
ibm_db_home=/home/runner/work/clidriver
ibm_db_home=/home/runner/work/go_ibm_db/clidriver
cgo_cflags=-I$ibm_db_home/include
cgo_ldflags=-L$ibm_db_home/lib
ld_library_path=$ibm_db_home/lib
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.23.1
go 1.23.4

require github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70

0 comments on commit 3af0494

Please sign in to comment.