We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef3e70 + cc710d8 commit 76befe1Copy full SHA for 76befe1
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 2
12
- uses: actions/setup-go@v6
13
with:
14
- go-version: '1.25'
+ go-version: '1.26'
15
- name: Run unit tests with coverage
16
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v6
38
39
40
41
- name: Wait for Consul
42
run: |
43
until curl -s http://localhost:8500/v1/status/leader | grep -q .; do
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v6
21
22
23
24
- name: Build
25
run: go build -v ./...
0 commit comments