Skip to content

Commit 439e4d4

Browse files
authored
Merge branch 'v1' into feat/cherry-pick-6c6cf04
2 parents 97b23a8 + 7a3cc37 commit 439e4d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v6
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Fetch Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v6
1717
- name: Run Test
18-
run: go test -v -race
18+
run: go test -v -race

0 commit comments

Comments
 (0)