File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
18
with :
19
- go-version : ' 1.22 '
19
+ go-version-file : ./go.mod
20
20
check-latest : true
21
21
22
22
- name : Set up QEMU
50
50
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
51
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
52
52
with :
53
- go-version : ' 1.22 '
53
+ go-version-file : ./go.mod
54
54
check-latest : true
55
55
56
56
- name : generate docs
71
71
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72
72
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
73
73
with :
74
- go-version-file : ' ./go.mod'
74
+ go-version-file : ./go.mod
75
75
check-latest : true
76
76
- name : golangci-lint
77
77
uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
Original file line number Diff line number Diff line change 23
23
- name : Setup Go
24
24
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
25
25
with :
26
- go-version : ' 1.22 '
26
+ go-version-file : ./go.mod
27
27
check-latest : true
28
28
29
29
- name : Set up QEMU
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ snapshot:
58
58
dockers :
59
59
- goos : linux
60
60
goarch : amd64
61
- skip_push : " {{ ne .GitURL ' https://github.com/helm/chart-releaser' | toYaml }}"
61
+ skip_push : " {{ ne .GitURL " https://github.com/helm/chart-releaser" | toYaml }}"
62
62
dockerfile : Dockerfile
63
63
use : buildx
64
64
image_templates :
@@ -77,7 +77,7 @@ dockers:
77
77
78
78
- goos : linux
79
79
goarch : arm64
80
- skip_push : " {{ ne .GitURL ' https://github.com/helm/chart-releaser' | toYaml }}"
80
+ skip_push : " {{ ne .GitURL " https://github.com/helm/chart-releaser" | toYaml }}"
81
81
dockerfile : Dockerfile
82
82
use : buildx
83
83
image_templates :
@@ -97,7 +97,7 @@ dockers:
97
97
- goos : linux
98
98
goarch : arm
99
99
goarm : 7
100
- skip_push : " {{ ne .GitURL ' https://github.com/helm/chart-releaser' | toYaml }}"
100
+ skip_push : " {{ ne .GitURL " https://github.com/helm/chart-releaser" | toYaml }}"
101
101
dockerfile : Dockerfile
102
102
use : buildx
103
103
image_templates :
@@ -116,7 +116,7 @@ dockers:
116
116
117
117
- goos : linux
118
118
goarch : s390x
119
- skip_push : " {{ ne .GitURL ' https://github.com/helm/chart-releaser' | toYaml }}"
119
+ skip_push : " {{ ne .GitURL " https://github.com/helm/chart-releaser" | toYaml }}"
120
120
dockerfile : Dockerfile
121
121
use : buildx
122
122
image_templates :
@@ -135,7 +135,7 @@ dockers:
135
135
136
136
- goos : linux
137
137
goarch : ppc64le
138
- skip_push : " {{ ne .GitURL ' https://github.com/helm/chart-releaser' | toYaml }}"
138
+ skip_push : " {{ ne .GitURL " https://github.com/helm/chart-releaser" | toYaml }}"
139
139
dockerfile : Dockerfile
140
140
use : buildx
141
141
image_templates :
You can’t perform that action at this time.
0 commit comments