chore: fix dependabot alerts (#3380)

* chore: fix dependabot alerts

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

* ci: bump up golang version to 1.24.x

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

---------

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2025-09-11 01:11:38 -07:00
committed by GitHub
parent 9bb73d43b4
commit 97ab0e2568
24 changed files with 152 additions and 152 deletions
+3 -3
View File
@@ -15,10 +15,10 @@ jobs:
runs-on: oracle-vm-8cpu-32gb-x86-64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
cache: false
go-version: 1.23.x
go-version: 1.24.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
@@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.20.4
uses: benchmark-action/github-action-benchmark@v1.20.7
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'