Skip to content

Commit

Permalink
Update actions (ibmdb#248)
Browse files Browse the repository at this point in the history
* Upadte go.mod
---------
Signed-off-by: Hyder Naqvi <[email protected]>
Co-authored-by: Hyder Naqvi <[email protected]>
  • Loading branch information
hydernaqvi authored Aug 6, 2024
1 parent 875d28f commit 90f3efa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
run: |
pwd
cd testdata
go mod init t2
go mod tidy
echo "============TEST CASES ======"
#echo "CGO_LDFLAGS = " $CGO_LDFLAGS
#echo "DB2_USER = " $DB2_USER
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/ibmdb/go_ibm_db

go 1.22.5

require github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70 h1:muF5XqVkHnMdbMDXusPdKtuT8qWzefBgSuLH1JVHcC4=
github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70/go.mod h1:NSpUK0x9IyEoM1EjTp2/S8ErxZfRHoA2DfwiYobFSkc=

0 comments on commit 90f3efa

Please sign in to comment.