File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Golangci lint
26
26
uses : golangci/golangci-lint-action@v6
27
27
with :
28
- version : v1.61.0
28
+ version : v1.64.5
Original file line number Diff line number Diff line change 1
1
module github.com/helmfile/vals
2
2
3
- go 1.23.1
3
+ go 1.24
4
4
5
5
require (
6
6
cloud.google.com/go/kms v1.20.5
@@ -12,7 +12,7 @@ require (
12
12
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
13
13
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.1
14
14
github.com/DopplerHQ/cli v0.5.11-0.20230908185655-7aef4713e1a4
15
- github.com/a8m/envsubst v1.4.2
15
+ github.com/a8m/envsubst v1.4.3
16
16
github.com/antchfx/jsonquery v1.3.6
17
17
github.com/antchfx/xpath v1.3.3
18
18
github.com/aws/aws-sdk-go v1.55.6
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
106
106
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 /go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk =
107
107
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk =
108
108
github.com/ProtonMail/go-crypto v1.1.3 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
109
- github.com/a8m/envsubst v1.4.2 h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg =
110
- github.com/a8m/envsubst v1.4.2 /go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY =
109
+ github.com/a8m/envsubst v1.4.3 h1:kDF7paGK8QACWYaQo6KtyYBozY2jhQrTuNNuUxQkhJY =
110
+ github.com/a8m/envsubst v1.4.3 /go.mod h1:4jjHWQlZoaXPoLQUb7H2qT4iLkZDdmEQiOUogdUmqVU =
111
111
github.com/antchfx/jsonquery v1.3.6 h1:TaSfeAh7n6T11I74bsZ1FswreIfrbJ0X+OyLflx6mx4 =
112
112
github.com/antchfx/jsonquery v1.3.6 /go.mod h1:fGzSGJn9Y826Qd3pC8Wx45avuUwpkePsACQJYy+58BU =
113
113
github.com/antchfx/xpath v1.3.2 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
You can’t perform that action at this time.
0 commit comments