We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574554b commit 9c11625Copy full SHA for 9c11625
1 file changed
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
include:
32
- os: ubuntu-latest
33
go-build: ~/.cache/go-build
34
- name: ${{ matrix.os }} @ Go ${{ matrix.go }}
+ name: ${{ matrix.os }} @ Go ${{ matrix.go }} and Redis ${{ matrix.redis-version }}
35
runs-on: ${{ matrix.os }}
36
env:
37
GO111MODULE: on
0 commit comments