Skip to content

Commit

Permalink
#282 test database - 9
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 28, 2025
1 parent da82852 commit 139596d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: "mysql://mysql:mysql@12.0.0.1:3306/G2"
SENZING_TOOLS_DATABASE_URL: "mysql://mysql:mysql@127.0.0.1:3306/G2"

permissions:
contents: read
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ retract (

require (
github.com/senzing-garage/go-cmdhelping v0.3.2
github.com/senzing-garage/go-databasing v0.5.5-0.20250228212639-69c257421cb4
github.com/senzing-garage/go-databasing v0.5.5-0.20250228223633-c317026b2a5e
github.com/senzing-garage/go-helpers v0.6.6
github.com/senzing-garage/go-logging v1.5.1
github.com/senzing-garage/go-observing v0.3.3
Expand Down Expand Up @@ -77,6 +77,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

godebug (
x509negativeserial=1
)
godebug x509negativeserial=1
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ github.com/senzing-garage/go-cmdhelping v0.3.2 h1:2uMgVpRygwqc/Otk95SUn40oYo1uoX
github.com/senzing-garage/go-cmdhelping v0.3.2/go.mod h1:9ezBnHQYwrJpTPHKd968ScvMLAIaFbxXGX50aIbF8+A=
github.com/senzing-garage/go-databasing v0.5.5-0.20250228212639-69c257421cb4 h1:CDQPwjSgERMFHP0cJvU5dCSrdZvaRKls/MG/qlcGEJk=
github.com/senzing-garage/go-databasing v0.5.5-0.20250228212639-69c257421cb4/go.mod h1:VBzneXja3BGmWXlO5zvmjjaOggCHw/s06U7X8ZrUBPI=
github.com/senzing-garage/go-databasing v0.5.5-0.20250228223633-c317026b2a5e h1:sg6Zfmyu+93FeeWZS7ykgseagek37Z/SHDOaQc0Uo0s=
github.com/senzing-garage/go-databasing v0.5.5-0.20250228223633-c317026b2a5e/go.mod h1:VBzneXja3BGmWXlO5zvmjjaOggCHw/s06U7X8ZrUBPI=
github.com/senzing-garage/go-helpers v0.6.6 h1:5eRkD4SXJz0e+nm6okTu7vSlcaPnNd5LIFgK0mEJt84=
github.com/senzing-garage/go-helpers v0.6.6/go.mod h1:252SDuNNlTJ5tOSgu5IvBEt+CNeCczB6g3WYNki2RKQ=
github.com/senzing-garage/go-logging v1.5.1 h1:3nqw75gN5x+6PQRop34/49+3kag1aE9dlFne7pILQAg=
Expand Down

0 comments on commit 139596d

Please sign in to comment.