We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f65b57 commit 9742a73Copy full SHA for 9742a73
1 file changed
.github/workflows/test.yml
@@ -14,9 +14,9 @@ jobs:
14
test-versiondb:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v3
18
with:
19
- go-version: 1.21
+ go-version: 1.22
20
check-latest: true
21
- uses: actions/checkout@v4
22
- name: Install RocksDB Dependencies
@@ -43,10 +43,4 @@ jobs:
43
run: |
44
export COSMOS_BUILD_OPTIONS=rocksdb
45
make test-versiondb
46
- if: env.GIT_DIFF
47
- - uses: codecov/codecov-action@v5
48
- with:
49
- file: ./coverage.txt
50
- fail_ci_if_error: true
51
- token: ${{ secrets.CODECOV_TOKEN }}
52
if: env.GIT_DIFF
0 commit comments