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

Commit ca533fb

Browse files
lvan100lianghuan
authored andcommitted
chore(ci): GOEXPERIMENT=jsonv2
1 parent 90a2429 commit ca533fb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
lint:
1111
name: Run golangci-lint
1212
runs-on: ubuntu-latest
13+
14+
env:
15+
GOEXPERIMENT: jsonv2
16+
1317
steps:
1418
- name: Checkout code
1519
uses: actions/checkout@v4
@@ -20,11 +24,6 @@ jobs:
2024
- name: Set up Go
2125
uses: actions/setup-go@v5
2226

23-
- name: Set Go environment variables
24-
run: |
25-
echo "Setting up Go environment variables"
26-
echo "GOEXPERIMENT=jsonv2" >> $GITHUB_ENV
27-
2827
- name: Install golangci-lint
2928
uses: golangci/golangci-lint-action@v7
3029
with:

0 commit comments

Comments
 (0)