go 1.21
This commit is contained in:
@@ -8,7 +8,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: environment
|
||||
image: golang:1.16
|
||||
image: golang:1.21
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: "0"
|
||||
@@ -16,10 +16,11 @@ steps:
|
||||
- go version
|
||||
- go env
|
||||
- name: build
|
||||
image: golang:1.16
|
||||
image: golang:1.21
|
||||
environment:
|
||||
CGO_ENABLED: "0"
|
||||
commands:
|
||||
- go mod download
|
||||
- go build -o release/linux/arm64/drone-runner-docker
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
|
||||
Reference in New Issue
Block a user