Skip to content

Commit 702b6f9

Browse files
Update pipeline drone-buildx-acr-harness (#31)
Co-authored-by: [email protected] <[email protected]>
1 parent 41ccad3 commit 702b6f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.harness/harness.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline:
3636
identifier: Vet
3737
spec:
3838
connectorRef: Plugins_Docker_Hub_Connector
39-
image: golang:1.22
39+
image: golang:1.23.0
4040
shell: Sh
4141
command: go vet ./...
4242
variables:
@@ -64,7 +64,7 @@ pipeline:
6464
identifier: Build
6565
spec:
6666
connectorRef: Plugins_Docker_Hub_Connector
67-
image: golang:1.22
67+
image: golang:1.23.0
6868
shell: Sh
6969
command: |-
7070
# force go modules
@@ -152,7 +152,7 @@ pipeline:
152152
identifier: Build
153153
spec:
154154
connectorRef: Plugins_Docker_Hub_Connector
155-
image: golang:1.22
155+
image: golang:1.23.0
156156
shell: Sh
157157
command: |-
158158
# force go modules
@@ -231,7 +231,7 @@ pipeline:
231231
identifier: BuildPush
232232
spec:
233233
connectorRef: Plugins_Docker_Hub_Connector
234-
image: golang:1.22
234+
image: golang:1.23.0
235235
shell: Sh
236236
command: |-
237237
# force go modules
@@ -256,7 +256,7 @@ pipeline:
256256
identifier: BuildTag
257257
spec:
258258
connectorRef: Plugins_Docker_Hub_Connector
259-
image: golang:1.22
259+
image: golang:1.23.0
260260
shell: Sh
261261
command: |-
262262
# force go modules
@@ -338,7 +338,7 @@ pipeline:
338338
identifier: Build_Push
339339
spec:
340340
connectorRef: Plugins_Docker_Hub_Connector
341-
image: golang:1.22
341+
image: golang:1.23.0
342342
shell: Sh
343343
command: |-
344344
# force go modules
@@ -363,7 +363,7 @@ pipeline:
363363
identifier: Build_Tag
364364
spec:
365365
connectorRef: Plugins_Docker_Hub_Connector
366-
image: golang:1.22
366+
image: golang:1.23.0
367367
shell: Sh
368368
command: |-
369369
# force go modules
@@ -461,7 +461,7 @@ pipeline:
461461
identifier: Build
462462
spec:
463463
connectorRef: Plugins_Docker_Hub_Connector
464-
image: golang:1.22
464+
image: golang:1.23.0
465465
shell: Sh
466466
command: |-
467467
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-acr-linux-amd64 ./cmd/drone-buildx-acr

0 commit comments

Comments
 (0)