mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
chore: fix dependabot alerts (#3595)
* chore: fix dependabot alerts Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> * ci: bump up golang to 1.25.x Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> * fix: linter errors Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> * fix: stacker and docker build files to use golang 1.25 Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
09de471774
commit
6452bec403
@@ -14,11 +14,11 @@ jobs:
|
||||
name: Performance regression check
|
||||
runs-on: oracle-vm-8cpu-32gb-x86-64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
go-version: 1.24.x
|
||||
go-version: 1.25.x
|
||||
# Run benchmark with `go test -bench` and stores the output to a file
|
||||
- name: Run benchmark
|
||||
run: make BENCH_OUTPUT=ci-cd run-bench
|
||||
|
||||
Reference in New Issue
Block a user