Skip to content

Commit 174b0d6

Browse files
committed
⚡️ perfs: batch Read calls for all snapshot/volumes being processed
1 parent 5dbbb8f commit 174b0d6

File tree

13 files changed

+526
-185
lines changed

13 files changed

+526
-185
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 🔎 golangci-lint
2727
uses: golangci/golangci-lint-action@v8
2828
with:
29-
version: v2.1.6
29+
version: v2.6.0
3030
args: --timeout=300s
3131
only-new-issues: true
3232
unit-test:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_IMAGE_TAG=1.24.7-bookworm
1+
ARG GOLANG_IMAGE_TAG=1.25.3-bookworm
22
# Tools are taken from Debian 12
33
ARG TOOLS_IMAGE_TAG=12
44
# Distroless debug is used to get a busybox shell

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/outscale/osc-bsu-csi-driver
22

3-
go 1.23.7
3+
go 1.25.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.7

0 commit comments

Comments
 (0)