From e10f93aac846b6d44dd7cd9fc3085489c5c2d15e Mon Sep 17 00:00:00 2001 From: dapeng Date: Wed, 15 May 2024 09:29:55 +0800 Subject: [PATCH] feat: codecov --- .github/workflows/go.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1c6e0cc..d10a45d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,15 @@ on: [push, pull_request] jobs: build: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + version: ["1.21.x", "1.22.x"] + services: + redis: + image: redis + ports: + - 6379:6379 steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5