File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
platform : [ ubuntu-20.04 ]
19
19
runs-on : ${{ matrix.platform }}
20
20
steps :
21
- - name : Set up Go 1.23.0
21
+ - name : Set up Go 1.23.8
22
22
uses : actions/setup-go@v4
23
23
with :
24
- go-version : ' 1.23.0 '
24
+ go-version : ' 1.23.8 '
25
25
- name : Check-out code
26
26
uses : actions/checkout@v3
27
27
- name : Run golangci-lint
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ func setCloudName() error {
135
135
return err
136
136
}
137
137
if len (response .Results ) == 0 {
138
- return fmt .Errorf (SEGroupNotFoundError )
138
+ return fmt .Errorf ("%s" , SEGroupNotFoundError )
139
139
}
140
140
cloudName := strings .Split (* response .Results [0 ].CloudRef , "#" )[1 ]
141
141
utils .SetCloudName (cloudName )
Original file line number Diff line number Diff line change 1
1
module github.com/vmware/load-balancer-and-ingress-services-for-kubernetes
2
2
3
- go 1.23.0
3
+ go 1.23.8
4
4
5
5
toolchain go1.24.1
6
6
You can’t perform that action at this time.
0 commit comments