mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-24 01:57:14 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c868888cc |
+2
-2
@@ -11,7 +11,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.22.4
|
||||
image: golang:1.25.10
|
||||
commands:
|
||||
- go test ./...
|
||||
- sh scripts/build.sh
|
||||
@@ -178,7 +178,7 @@ pool:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.22.4
|
||||
image: golang:1.25.10
|
||||
commands:
|
||||
- go test ./...
|
||||
- sh scripts/build.sh
|
||||
|
||||
@@ -37,7 +37,7 @@ pipeline:
|
||||
identifier: Build
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
@@ -322,7 +322,7 @@ pipeline:
|
||||
identifier: Build_and_Test
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
@@ -618,7 +618,7 @@ pipeline:
|
||||
identifier: build_binary
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
@@ -923,7 +923,7 @@ pipeline:
|
||||
identifier: build_binary
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
|
||||
+2
-2
@@ -35,7 +35,7 @@ pipeline:
|
||||
identifier: Build
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
@@ -320,7 +320,7 @@ pipeline:
|
||||
identifier: Build_and_Test
|
||||
spec:
|
||||
connectorRef: Plugins_Docker_Hub_Connector
|
||||
image: golang:1.25.7
|
||||
image: golang:1.25.10
|
||||
shell: Sh
|
||||
command: |-
|
||||
go test ./...
|
||||
|
||||
Reference in New Issue
Block a user