.github/workflows: use cache at setup-go

Updates #2288
This commit is contained in:
Hajime Hoshi 2022-09-01 16:04:25 +09:00
parent b2c36d3d33
commit 7f397c99b0

View File

@ -29,6 +29,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
cache: true
- name: Setup JDK
uses: actions/setup-java@v2