Skip to content

Commit 2cd6323

Browse files
committed
fix test pipeline
1 parent 8dd6c9a commit 2cd6323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
os: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18+
- uses: actions/checkout@v4
1819
- uses: actions/setup-go@v5
1920
with:
2021
go-version-file: 'go.mod'
21-
- uses: actions/checkout@v4
2222
- name: Run tests
2323
run: go test -race ./...
2424
lint:
@@ -31,10 +31,10 @@ jobs:
3131
os: [macos-latest, ubuntu-latest]
3232
runs-on: ${{ matrix.os }}
3333
steps:
34+
- uses: actions/checkout@v4
3435
- uses: actions/setup-go@v5
3536
with:
3637
go-version-file: 'go.mod'
37-
- uses: actions/checkout@v3
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@v6.3.2
4040
with:

0 commit comments

Comments
 (0)