File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 10
10
GOLANG_VERSION : 1.16
11
11
KUBERNETES_VERSION : " 1.20.2"
12
12
KIND_VERSION : " 0.10.0"
13
- GOLANG_CI_LINT_VERSION : v1.39.0
14
13
15
14
jobs :
16
15
build :
30
29
go-version : ${{ env.GOLANG_VERSION }}
31
30
32
31
- name : Lint
33
- run : |
34
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANG_CI_LINT_VERSION }}
35
- golangci-lint run --timeout=10m ./...
32
+
33
+ with :
34
+ version : v1.39.0
35
+ only-new-issues : false
36
+ args : --timeout 10m
36
37
37
38
- name : Install kubectl
38
39
run : |
Original file line number Diff line number Diff line change 12
12
KUSTOMIZE_VERSION : " 3.8.7"
13
13
KUBERNETES_VERSION : " 1.20.2"
14
14
KIND_VERSION : " 0.10.0"
15
- GOLANG_CI_LINT_VERSION : v1.39.0
16
15
17
16
jobs :
18
17
build :
34
33
go-version : ${{ env.GOLANG_VERSION }}
35
34
36
35
- name : Lint
37
- run : |
38
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANG_CI_LINT_VERSION }}
39
- golangci-lint run --timeout=10m ./...
36
+
37
+ with :
38
+ version : v1.39.0
39
+ only-new-issues : false
40
+ args : --timeout 10m
40
41
41
42
- name : Install kubectl
42
43
run : |
You can’t perform that action at this time.
0 commit comments