Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Feb 27, 2024
1 parent f346c39 commit 16b2ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: mod tidy
run: go mod tidy
- name: generate code coverage report
Expand All @@ -26,4 +26,4 @@ jobs:
with:
file: ./coverage.txt
name: go-sdk code coverage
fail_ci_if_error: true
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ["1.17", "1.18", "1.19"]
go: ["1.18", "1.19"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -48,4 +48,4 @@ jobs:
run: bash -x .ci/integration_test.sh -a
- name: test without amop
if: ${{ runner.os == 'macOS' }}
run: bash .ci/integration_test.sh
run: bash .ci/integration_test.sh
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/FISCO-BCOS/go-sdk

go 1.13
go 1.18

require (
github.com/FISCO-BCOS/crypto v0.0.0-20200202032121-bd8ab0b5d4f1
Expand Down

0 comments on commit 16b2ce8

Please sign in to comment.