We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af33de commit 92f8e6dCopy full SHA for 92f8e6d
.github/workflows/ci.yml
@@ -14,11 +14,7 @@ jobs:
14
- name: Build
15
run: go build -v ./...
16
- name: Test with the Go CLI
17
- run: go test ./...
18
- - name: Test coverage
19
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
20
- - name: Upload coverage to Codecov
21
- uses: codecov/codecov-action@v5
+ run: go test -v ./...
22
23
golangci:
24
name: lint
@@ -31,4 +27,4 @@ jobs:
31
27
- name: golangci-lint
32
28
uses: golangci/golangci-lint-action@v6
33
29
with:
34
- version: v1.61
30
+ version: v1.63.4
0 commit comments