Skip to content

Commit

Permalink
workflow: do the checkout first
Browse files Browse the repository at this point in the history
so we should be able to utilise deps cache
  • Loading branch information
KenjiTakahashi committed Jun 22, 2023
1 parent 527bc62 commit 2a720c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
go: ["1.18", "1.19", "1.20"]

steps:
- uses: actions/checkout@v3
- name: setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- uses: actions/checkout@v3
- name: resolve dependencies
run: go get -v -t -d ./...
- name: build
Expand Down

0 comments on commit 2a720c2

Please sign in to comment.