We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf28b4d commit b2e2145Copy full SHA for b2e2145
.github/workflows/build.yml
@@ -10,6 +10,6 @@ jobs:
10
- name: setup go
11
uses: actions/setup-go@v4
12
with:
13
- go-version: 1.20.7
+ go-version: 1.22.4
14
- name: run make
15
run: make spirit
.github/workflows/format.yml
run: make format
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v4
- name: Run coverage
16
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
0 commit comments