Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 284fb08

Browse files
committed
checkout first to get access to go.mod to setup go
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
1 parent b07eaf2 commit 284fb08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-weekly-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
env:
1919
GO111MODULE: "on"
2020
steps:
21+
- name: Checkout code into the Go module directory
22+
uses: actions/checkout@v2
23+
2124
- name: Set up Go
2225
uses: actions/setup-go@v3
2326
with:
@@ -26,9 +29,6 @@ jobs:
2629
cache: true
2730
id: go
2831

29-
- name: Checkout code into the Go module directory
30-
uses: actions/checkout@v2
31-
3232
- name: Check license headers
3333
run: make validate
3434

0 commit comments

Comments
 (0)