Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform:

steps:
- name: vet
image: golang:1.24.11
image: golang:1.25.8
commands:
- go vet ./...
environment:
Expand All @@ -22,7 +22,7 @@ steps:
path: /go

- name: test
image: golang:1.24.11
image: golang:1.25.8
commands:
- go test -cover ./...
environment:
Expand Down Expand Up @@ -55,7 +55,7 @@ platform:

steps:
- name: go build
image: golang:1.24.11
image: golang:1.25.8
environment:
CGO_ENABLED: 0
commands:
Expand Down Expand Up @@ -162,7 +162,7 @@ platform:

steps:
- name: go build
image: golang:1.24.11
image: golang:1.25.8
environment:
CGO_ENABLED: 0
commands:
Expand Down Expand Up @@ -264,7 +264,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/amd64/drone-docker ./cmd/drone-docker'
environment:
Expand All @@ -275,7 +275,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/amd64/drone-docker ./cmd/drone-docker'
environment:
Expand All @@ -285,7 +285,7 @@ steps:
- tag

- name: executable
image: golang:1.24.11
image: golang:1.25.8
commands:
- ./release/linux/amd64/drone-docker --help

Expand Down Expand Up @@ -329,7 +329,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/arm64/drone-docker ./cmd/drone-docker'
environment:
Expand All @@ -340,7 +340,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/arm64/drone-docker ./cmd/drone-docker'
environment:
Expand All @@ -350,7 +350,7 @@ steps:
- tag

- name: executable
image: golang:1.24.11
image: golang:1.25.8
commands:
- ./release/linux/arm64/drone-docker --help

Expand Down Expand Up @@ -429,7 +429,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/amd64/drone-gcr ./cmd/drone-gcr'
environment:
Expand All @@ -440,7 +440,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/amd64/drone-gcr ./cmd/drone-gcr'
environment:
Expand Down Expand Up @@ -488,7 +488,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/arm64/drone-gcr ./cmd/drone-gcr'
environment:
Expand All @@ -499,7 +499,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/arm64/drone-gcr ./cmd/drone-gcr'
environment:
Expand Down Expand Up @@ -582,7 +582,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/amd64/drone-gar ./cmd/drone-gar'
environment:
Expand All @@ -593,7 +593,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/amd64/drone-gar ./cmd/drone-gar'
environment:
Expand Down Expand Up @@ -641,7 +641,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/arm64/drone-gar ./cmd/drone-gar'
environment:
Expand All @@ -652,7 +652,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/arm64/drone-gar ./cmd/drone-gar'
environment:
Expand Down Expand Up @@ -734,7 +734,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/amd64/drone-ecr ./cmd/drone-ecr'
environment:
Expand All @@ -744,7 +744,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/amd64/drone-ecr ./cmd/drone-ecr'
environment:
Expand Down Expand Up @@ -792,7 +792,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/arm64/drone-ecr ./cmd/drone-ecr'
environment:
Expand All @@ -802,7 +802,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/arm64/drone-ecr ./cmd/drone-ecr'
environment:
Expand Down Expand Up @@ -885,7 +885,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/amd64/drone-heroku ./cmd/drone-heroku'
environment:
Expand All @@ -895,7 +895,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/amd64/drone-heroku ./cmd/drone-heroku'
environment:
Expand Down Expand Up @@ -944,7 +944,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_COMMIT_SHA:0:8}" -a -tags netgo -o release/linux/arm64/drone-heroku ./cmd/drone-heroku'
environment:
Expand All @@ -954,7 +954,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v}" -a -tags netgo -o release/linux/arm64/drone-heroku ./cmd/drone-heroku'
environment:
Expand Down Expand Up @@ -1035,7 +1035,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/drone-acr ./cmd/drone-acr'
environment:
Expand All @@ -1045,7 +1045,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/drone-acr ./cmd/drone-acr'
environment:
Expand Down Expand Up @@ -1093,7 +1093,7 @@ platform:

steps:
- name: build-push
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/drone-acr ./cmd/drone-acr'
environment:
Expand All @@ -1104,7 +1104,7 @@ steps:
- tag

- name: build-tag
image: golang:1.24.11
image: golang:1.25.8
commands:
- 'go build -v -ldflags "-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/drone-acr ./cmd/drone-acr'
environment:
Expand Down
12 changes: 6 additions & 6 deletions .harness/harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline:
identifier: Run_1
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.25.8
shell: Sh
command: go vet ./...
- step:
Expand All @@ -42,7 +42,7 @@ pipeline:
identifier: Run_2
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.25.8
shell: Sh
command: go test -cover ./...
- parallel:
Expand Down Expand Up @@ -70,7 +70,7 @@ pipeline:
identifier: Build_Push
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.25.8
shell: Sh
command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
envVariables:
Expand Down Expand Up @@ -157,7 +157,7 @@ pipeline:
identifier: buildpush
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.24.11
image: golang:1.25.8
shell: Sh
command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
envVariables:
Expand Down Expand Up @@ -244,7 +244,7 @@ pipeline:
identifier: go_build
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.25.8
shell: Sh
command: |-
# disable cgo
Expand Down Expand Up @@ -332,7 +332,7 @@ pipeline:
identifier: build_amd64ltsc2022
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.25.8
shell: Sh
command: |-
# disable cgo
Expand Down
Loading