Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Jun 21, 2024
1 parent 6fbd216 commit cd73888
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
fail-fast: false
matrix:
version: ["1.21.x", "1.22.x"]
services:
redis:
image: redis
ports:
- 6379:6379

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -36,3 +32,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.out
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: false # optional (default = false)
verbose: false # optional (default = false)

0 comments on commit cd73888

Please sign in to comment.