chore(go.mod): fix dependabot alerts (#2247)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2024-02-14 19:12:57 +02:00
committed by GitHub
parent 55acce6923
commit ec38d39c06
6 changed files with 310 additions and 307 deletions
+1 -1
View File
@@ -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.18.0
uses: benchmark-action/github-action-benchmark@v1.19.3
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'
+1 -1
View File
@@ -166,7 +166,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.18.0
uses: benchmark-action/github-action-benchmark@v1.19.3
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
go-version: '1.21'
- uses: actions/checkout@v4
- name: Run linter with GH action
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.54.2