File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
env :
9
- GO_VERSION : 1.22
9
+ GO_VERSION : 1.24
10
10
jobs :
11
11
lint :
12
12
runs-on : ubuntu-latest
19
19
- name : golangci-lint
20
20
uses : golangci/golangci-lint-action@v6
21
21
with :
22
- version : v1.56.2
22
+ version : v1.64.5
23
23
args : --out-format=colored-line-number
24
24
test-linux :
25
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
run :
2
2
timeout : 10m
3
-
3
+
4
4
linters :
5
5
enable :
6
6
- bodyclose
@@ -11,3 +11,8 @@ linters:
11
11
- misspell
12
12
- unconvert
13
13
- unparam
14
+
15
+ linters-settings :
16
+ gosec :
17
+ excludes :
18
+ - G115 # G115: integer overflow conversion
Original file line number Diff line number Diff line change 1
1
module github.com/kube-vip/kube-vip-cloud-provider
2
2
3
- go 1.22
3
+ go 1.23.1
4
4
5
5
require (
6
6
github.com/onsi/ginkgo/v2 v2.20.1
You can’t perform that action at this time.
0 commit comments