[#1269] .forgejo: Enable cache
Some checks failed
Vulncheck / Vulncheck (pull_request) Successful in 2m9s
Tests and linters / Staticcheck (pull_request) Successful in 4m26s
Tests and linters / Tests (1.21) (pull_request) Successful in 7m53s
Build / Build Components (1.21) (pull_request) Failing after 10m50s
Build / Build Components (1.22) (pull_request) Failing after 10m23s
DCO action / DCO (pull_request) Failing after 10m1s
Pre-commit hooks / Pre-commit (pull_request) Failing after 14m54s
Tests and linters / Lint (pull_request) Failing after 14m50s
Tests and linters / Tests (1.22) (pull_request) Failing after 14m46s
Tests and linters / Tests with -race (pull_request) Failing after 14m44s
Tests and linters / gopls check (pull_request) Failing after 14m34s
Some checks failed
Vulncheck / Vulncheck (pull_request) Successful in 2m9s
Tests and linters / Staticcheck (pull_request) Successful in 4m26s
Tests and linters / Tests (1.21) (pull_request) Successful in 7m53s
Build / Build Components (1.21) (pull_request) Failing after 10m50s
Build / Build Components (1.22) (pull_request) Failing after 10m23s
DCO action / DCO (pull_request) Failing after 10m1s
Pre-commit hooks / Pre-commit (pull_request) Failing after 14m54s
Tests and linters / Lint (pull_request) Failing after 14m50s
Tests and linters / Tests (1.22) (pull_request) Failing after 14m46s
Tests and linters / Tests with -race (pull_request) Failing after 14m44s
Tests and linters / gopls check (pull_request) Failing after 14m34s
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