Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
checkout first to get access to go.mod to setup go
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Brissaud <[email protected]>
  • Loading branch information
eunomie committed Feb 8, 2023
1 parent b07eaf2 commit 284fb08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
env:
GO111MODULE: "on"
steps:
- name: Checkout code into the Go module directory
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand All @@ -26,9 +29,6 @@ jobs:
cache: true
id: go

- name: Checkout code into the Go module directory
uses: actions/checkout@v2

- name: Check license headers
run: make validate

Expand Down

0 comments on commit 284fb08

Please sign in to comment.