Skip to content

Commit f5559eb

Browse files
Checkout code and then install Go
1 parent 376b4fa commit f5559eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
name: Build
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Check out code into the Go module directory
10+
uses: actions/checkout@v5
11+
912
- name: Set up Go
1013
uses: actions/setup-go@v6
1114
with:
1215
go-version-file: go.mod
1316

14-
- name: Check out code into the Go module directory
15-
uses: actions/checkout@v5
16-
1717
- name: Build
1818
run: go build -v ./...
1919

0 commit comments

Comments
 (0)