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:
3333 identifier : Run_1
3434 spec :
3535 connectorRef : Plugins_Docker_Hub_Connector
36- image : golang:1.23.0
36+ image : golang:1.23
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.0
45+ image : golang:1.23
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.0
73+ image : golang:1.23
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.0
160+ image : golang:1.23
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.0
247+ image : golang:1.23
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.0
335+ image : golang:1.23
336336 shell : Sh
337337 command : |-
338338 # disable cgo
You can’t perform that action at this time.
0 commit comments