Skip to content

Commit 77b1618

Browse files
committed
Setup Go in CI pipeline before dependencies
1 parent 6ce1f47 commit 77b1618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
fetch-depth: 0
14-
- name: Install dependencies
15-
run: make setup
1614
- name: Export GOBIN
1715
uses: actions/setup-go@v2
1816
with:
1917
go-version: 1.16
18+
- name: Install dependencies
19+
run: make setup
2020
- name: Run tests
2121
run: make test
2222
- name: Build

0 commit comments

Comments
 (0)