Skip to content

Commit ca45ec5

Browse files
authored
chore: update to go 1.24.7 (#1934)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent c3597fc commit ca45ec5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.pipelines/templates/e2e-test-azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- task: GoTool@0
2727
inputs:
28-
version: '1.24.6'
28+
version: '1.24.7'
2929

3030
- script: |
3131
OS_TYPE=$(echo ${{ osType }} | cut -d '_' -f1 | tr -d '[:space:]')

.pipelines/templates/e2e-test-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- task: GoTool@0
4040
inputs:
41-
version: '1.24.6'
41+
version: '1.24.7'
4242
# logging in to download the sa.pub and sa.key used for creating the kind cluster
4343
# with OIDC issuer enabled
4444
- template: az-login.yaml

.pipelines/templates/unit-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- task: GoTool@0
88
inputs:
9-
version: '1.24.6'
9+
version: '1.24.7'
1010
- script: make lint
1111
displayName: golangci-lint
1212
- script: make helm-lint
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- task: GoTool@0
2222
inputs:
23-
version: '1.24.6'
23+
version: '1.24.7'
2424
- script: make build build-windows
2525
displayName: build
2626
- job: unit_test
@@ -30,6 +30,6 @@ jobs:
3030
steps:
3131
- task: GoTool@0
3232
inputs:
33-
version: '1.24.6'
33+
version: '1.24.7'
3434
- script: make unit-test
3535
displayName: unit test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/secrets-store-csi-driver-provider-azure
22

3-
go 1.24.6
3+
go 1.24.7
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/secrets-store-csi-driver-provider-azure/test/e2e
22

3-
go 1.24.6
3+
go 1.24.7
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Azure/secrets-store-csi-driver-provider-azure/tools
22

3-
go 1.24.6
3+
go 1.24.7
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)