Skip to content

Commit

Permalink
fix actions #9
Browse files Browse the repository at this point in the history
  • Loading branch information
shouta0715 committed Nov 20, 2023
1 parent f533db8 commit 8c49ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: app/go.mod
cache: true
cache-dependency-path: app/go.sum
go-version: '1.21'

- name: Install golang-migrate
Expand Down

0 comments on commit 8c49ba8

Please sign in to comment.