[#1269] .forgejo: Enable cache

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-07-23 17:57:51 +03:00
parent 9c2c76ca32
commit f25b601e0a
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '${{ matrix.go_versions }}'
cache: true
- name: Build CLI
run: make bin/frostfs-cli

View file

@ -14,6 +14,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.22'
cache: true
- name: Run commit format checker
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3