forked from TrueCloudLab/frostfs-node
[#1269] .forgejo: Enable cache
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
9c2c76ca32
commit
f25b601e0a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue