Skip to content

Commit

Permalink
#179 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 2, 2024
1 parent 125906d commit 5a64816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
coverage:
name: coverage
needs: go-test-darwin
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@v2
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@main
with:
coverage-config: ./.github/coverage/testcoverage.yaml
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
coverage:
name: coverage
needs: go-test-linux
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@v2
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@main
with:
coverage-config: ./.github/coverage/testcoverage.yaml
2 changes: 1 addition & 1 deletion .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
coverage:
name: coverage
needs: go-test-windows
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yaml@v2
uses: senzing-factory/build-resources/.github/workflows/go-coverage.yamlmain
with:
coverage-config: ./.github/coverage/testcoverage.yaml

0 comments on commit 5a64816

Please sign in to comment.