We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a0c421 + 5791858 commit 6c688c7Copy full SHA for 6c688c7
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: Go
2
3
on:
4
push:
5
- branches: [master]
+ branches: [master, v8]
6
pull_request:
7
8
9
jobs:
10
build:
@@ -13,11 +13,11 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- go-version: [1.17.x, 1.18.x]
+ go-version: [1.18.x, 1.19.x]
17
18
services:
19
redis:
20
- image: redis
+ image: redis:6.2.8
21
options: >-
22
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
23
ports:
0 commit comments