Skip to content

Commit

Permalink
Merge pull request #2 from redis/main
Browse files Browse the repository at this point in the history
update master
  • Loading branch information
SoulPancake authored Jun 12, 2024
2 parents 294860d + 0a50f7a commit 58a1542
Show file tree
Hide file tree
Showing 17 changed files with 1,673 additions and 320 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
fail-fast: false
matrix:
module: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
go-version: ['1.21.0', '1.22.0']
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
go-version: ${{ matrix.go-version }}

- name: Test Module
run: |
Expand Down
Loading

0 comments on commit 58a1542

Please sign in to comment.