diff --git a/.drone.yml b/.drone.yml index 50a28859b..de26b2208 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,14 +9,14 @@ platform: steps: - name: test - image: golang:1.14.15 + image: golang:1.23.1 commands: - go test -race ./... - go build -o /dev/null github.com/drone/drone/cmd/drone-server - go build -o /dev/null -tags "oss nolimit" github.com/drone/drone/cmd/drone-server - name: build - image: golang:1.14.15 + image: golang:1.1.23.1 commands: - sh scripts/build.sh environment: @@ -53,7 +53,7 @@ platform: steps: - name: build - image: golang:1.14.15 + image: golang:1.1.23.1 commands: - sh scripts/build.sh environment: