File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - task : GoTool@0
2727 inputs :
28- version : ' 1.24.5 '
28+ version : ' 1.24.6 '
2929
3030 - script : |
3131 OS_TYPE=$(echo ${{ osType }} | cut -d '_' -f1 | tr -d '[:space:]')
Original file line number Diff line number Diff line change 3838 steps :
3939 - task : GoTool@0
4040 inputs :
41- version : ' 1.24.5 '
41+ version : ' 1.24.6 '
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
Original file line number Diff line number Diff line change 66 steps :
77 - task : GoTool@0
88 inputs :
9- version : ' 1.24.5 '
9+ version : ' 1.24.6 '
1010 - script : make lint
1111 displayName : golangci-lint
1212 - script : make helm-lint
2020 steps :
2121 - task : GoTool@0
2222 inputs :
23- version : ' 1.24.5 '
23+ version : ' 1.24.6 '
2424 - script : make build build-windows
2525 displayName : build
2626 - job : unit_test
3030 steps :
3131 - task : GoTool@0
3232 inputs :
33- version : ' 1.24.5 '
33+ version : ' 1.24.6 '
3434 - script : make unit-test
3535 displayName : unit test
Original file line number Diff line number Diff line change 11module github.com/Azure/secrets-store-csi-driver-provider-azure
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
Original file line number Diff line number Diff line change 11module github.com/Azure/secrets-store-csi-driver-provider-azure/test/e2e
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
Original file line number Diff line number Diff line change 11module github.com/Azure/secrets-store-csi-driver-provider-azure/tools
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments