Skip to content

Commit fca6d10

Browse files
committed
ci: checkout before setup-go cache
Signed-off-by: 4thel00z <4thel00z@gmail.com>
1 parent 9ea8f00 commit fca6d10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_go_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
1113
- name: Install Go
1214
uses: actions/setup-go@v5
1315
with:
1416
go-version: ${{ matrix.go-version }}
1517
cache: true
16-
- name: Checkout code
17-
uses: actions/checkout@v4
1818
- name: Test
1919
run: go test ./...

0 commit comments

Comments
 (0)