Skip to content

Commit b45b726

Browse files
authored
Different redis version
1 parent 826fab3 commit b45b726

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222
run: go build -v ./...
2323

2424
- name: Start Redis
25-
uses: supercharge/[email protected]
25+
uses: shogo82148/actions-setup-redis@v1
26+
with:
27+
auto-start: true
28+
redis-port: 6379
29+
redis-version: latest
30+
redis-conf: 'requirepass RedisPassw0rd'
2631

2732
- name: Tests
2833
run: |

0 commit comments

Comments
 (0)