File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pipeline:
33
33
identifier : Run_1
34
34
spec :
35
35
connectorRef : Plugins_Docker_Hub_Connector
36
- image : golang:1.23
36
+ image : golang:1.23.0
37
37
shell : Sh
38
38
command : go vet ./...
39
39
- step :
@@ -42,7 +42,7 @@ pipeline:
42
42
identifier : Run_2
43
43
spec :
44
44
connectorRef : Plugins_Docker_Hub_Connector
45
- image : golang:1.23
45
+ image : golang:1.23.0
46
46
shell : Sh
47
47
command : go test -cover ./...
48
48
- parallel :
@@ -70,7 +70,7 @@ pipeline:
70
70
identifier : Build_Push
71
71
spec :
72
72
connectorRef : Plugins_Docker_Hub_Connector
73
- image : golang:1.23
73
+ image : golang:1.23.0
74
74
shell : Sh
75
75
command : go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
76
76
envVariables :
@@ -157,7 +157,7 @@ pipeline:
157
157
identifier : buildpush
158
158
spec :
159
159
connectorRef : Plugins_Docker_Hub_Connector
160
- image : golang:1.23
160
+ image : golang:1.23.0
161
161
shell : Sh
162
162
command : go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
163
163
envVariables :
@@ -244,7 +244,7 @@ pipeline:
244
244
identifier : go_build
245
245
spec :
246
246
connectorRef : Plugins_Docker_Hub_Connector
247
- image : golang:1.23
247
+ image : golang:1.23.0
248
248
shell : Sh
249
249
command : |-
250
250
# disable cgo
@@ -332,7 +332,7 @@ pipeline:
332
332
identifier : build_amd64ltsc2022
333
333
spec :
334
334
connectorRef : Plugins_Docker_Hub_Connector
335
- image : golang:1.23
335
+ image : golang:1.23.0
336
336
shell : Sh
337
337
command : |-
338
338
# disable cgo
You can’t perform that action at this time.
0 commit comments