action: Enable cache #1269

Closed
achuprov wants to merge 1 commit from achuprov/frostfs-node:feat/make_Forgejo_more_great into master
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