Skip to content

Commit 256ec37

Browse files
committed
Update pipeline drone-docker-harness
1 parent 3e49e16 commit 256ec37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.harness/harness.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline:
3333
identifier: Run_1
3434
spec:
3535
connectorRef: Plugins_Docker_Hub_Connector
36-
image: golang:1.23
36+
image: golang:1.23.0
3737
shell: Sh
3838
command: go vet ./...
3939
- step:
@@ -42,7 +42,7 @@ pipeline:
4242
identifier: Run_2
4343
spec:
4444
connectorRef: Plugins_Docker_Hub_Connector
45-
image: golang:1.23
45+
image: golang:1.23.0
4646
shell: Sh
4747
command: go test -cover ./...
4848
- parallel:
@@ -70,7 +70,7 @@ pipeline:
7070
identifier: Build_Push
7171
spec:
7272
connectorRef: Plugins_Docker_Hub_Connector
73-
image: golang:1.23
73+
image: golang:1.23.0
7474
shell: Sh
7575
command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
7676
envVariables:
@@ -157,7 +157,7 @@ pipeline:
157157
identifier: buildpush
158158
spec:
159159
connectorRef: Plugins_Docker_Hub_Connector
160-
image: golang:1.23
160+
image: golang:1.23.0
161161
shell: Sh
162162
command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
163163
envVariables:
@@ -244,7 +244,7 @@ pipeline:
244244
identifier: go_build
245245
spec:
246246
connectorRef: Plugins_Docker_Hub_Connector
247-
image: golang:1.23
247+
image: golang:1.23.0
248248
shell: Sh
249249
command: |-
250250
# disable cgo
@@ -332,7 +332,7 @@ pipeline:
332332
identifier: build_amd64ltsc2022
333333
spec:
334334
connectorRef: Plugins_Docker_Hub_Connector
335-
image: golang:1.23
335+
image: golang:1.23.0
336336
shell: Sh
337337
command: |-
338338
# disable cgo

0 commit comments

Comments
 (0)