Skip to content

Commit

Permalink
chore: キャッシュの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
taako-502 committed Mar 4, 2024
1 parent fc84e06 commit 28623db
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
- 27017:27017

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"

- name: Check out code into the Go module directory
uses: actions/checkout@v4
go-version-file: "go.mod"
check-latest: true
cache-dependency-path: |
go.mod
go.sum
- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 28623db

Please sign in to comment.