"Nov 14 commit 3"

fix-test-failure-14
sandeepharness 2024-11-14 14:04:22 +05:30
parent a774944780
commit 445593d9cb
1 changed files with 3 additions and 3 deletions

View File

@ -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: