Skip to content
Merged
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.21
image: golang:1.22
commands:
- go vet ./...
environment:
Expand All @@ -22,7 +22,7 @@ steps:
path: /go

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

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

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

steps:
- name: build-push
image: golang:1.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
commands:
- ./release/linux/amd64/drone-docker --help

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

steps:
- name: build-push
image: golang:1.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
commands:
- ./release/linux/arm64/drone-docker --help

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

steps:
- name: build-push
image: golang:1.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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.21
image: golang:1.22
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.21
go 1.22