Skip to content

Commit

Permalink
Download modules in separate step
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 30, 2023
1 parent 7bef037 commit 3f43905
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- uses: actions/setup-node@v3.6.0
with:
node-version: '18'


- name: Download modules
run: go mod download

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
node-version: '18'

- name: Download modules
run: go mod download

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
Expand Down

0 comments on commit 3f43905

Please sign in to comment.