Skip to content

Commit

Permalink
Update senzing-version
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 29, 2024
1 parent 2bab680 commit 045836f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ on: [push]
env:
DYLD_LIBRARY_PATH: /opt/senzing/g2/lib:/opt/senzing/g2/lib/macos
LD_LIBRARY_PATH: /opt/senzing/g2/lib:/opt/senzing/g2/lib/macos
SENZING_TOOLS_DATABASE_URL: "sqlite3://na:na@/tmp/sqlite/G2C.db"
SENZING_TOOLS_DATABASE_URL: 'sqlite3://na:na@/tmp/sqlite/G2C.db'

permissions:
contents: read

jobs:
go-test-darwin:
name: "go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
name: 'go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.21"]
go: ['1.21']
os: [macos-latest]
senzingapi-version: [staging]
senzingapi-version: [production-v3]

steps:
- name: checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on: [push]

env:
LD_LIBRARY_PATH: /opt/senzing/g2/lib
SENZING_TOOLS_DATABASE_URL: "sqlite3://na:na@/tmp/sqlite/G2C.db"
SENZING_TOOLS_DATABASE_URL: 'sqlite3://na:na@/tmp/sqlite/G2C.db'

permissions:
contents: read

jobs:
go-test-linux:
name: "go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
name: 'go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.21"]
go: ['1.21']
os: [ubuntu-latest]
senzingapi-version: [staging]
senzingapi-version: [production-v3]

steps:
- name: checkout repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ permissions:

jobs:
go-test-windows:
name: "go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
name: 'go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.21"]
go: ['1.21']
os: [windows-latest]
senzingapi-version: [staging]
senzingapi-version: [production-v3]

steps:
- name: checkout repository
Expand Down

0 comments on commit 045836f

Please sign in to comment.