Skip to content

Commit b11cd26

Browse files
authored
checkout before installing go
1 parent 83d5153 commit b11cd26

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
@@ -27,14 +27,14 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929

30+
- name: Check out code
31+
uses: actions/checkout@v6
32+
3033
- name: Setup Go
3134
uses: actions/setup-go@v6
3235
with:
3336
go-version-file: 'go.mod'
3437

35-
- name: Check out code
36-
uses: actions/checkout@v6
37-
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@v9
4040
with:

0 commit comments

Comments
 (0)