Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit b2e5a3c

Browse files
lvan100lianghuan
authored andcommitted
chore(ci): GOEXPERIMENT=jsonv2
1 parent 8b055fb commit b2e5a3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
version: latest
2727

2828
- name: Run golangci-lint
29-
run: golangci-lint run ./...
29+
run: GOEXPERIMENT=jsonv2 golangci-lint run ./...

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go mod download
2525

2626
- name: Run tests
27-
run: go test -count=1 -coverprofile=coverage.txt ./...
27+
run: GOEXPERIMENT=jsonv2 go test -count=1 -coverprofile=coverage.txt ./...
2828

2929
- name: Upload results to Codecov
3030
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)