Skip to content

Commit 92f8e6d

Browse files
authored
chore: repo maintenance (#935)
1 parent 7af33de commit 92f8e6d

File tree

5 files changed

+359
-321
lines changed

5 files changed

+359
-321
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
- name: Build
1515
run: go build -v ./...
1616
- 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
17+
run: go test -v ./...
2218

2319
golangci:
2420
name: lint
@@ -31,4 +27,4 @@ jobs:
3127
- name: golangci-lint
3228
uses: golangci/golangci-lint-action@v6
3329
with:
34-
version: v1.61
30+
version: v1.63.4

0 commit comments

Comments
 (0)