Cache the dependencies correctly with the right path to go.sum file
```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-03 13:56:23 +05:30
коммит произвёл GitHub
родитель 6fb9916b59
Коммит 430ff2c83f
2 изменённых файлов: 10 добавлений и 0 удалений

1
.github/workflows/test.yml поставляемый
Просмотреть файл

@@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: ${{ env.go-version }}
cache-dependency-path: server/go.sum
- name: Run docker compose
run: |
cd server/build