mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 12:28:26 +00:00
Upgrade chi to v5 (#17298)
This commit is contained in:
21
vendor/gitea.com/go-chi/captcha/.drone.yml
generated
vendored
21
vendor/gitea.com/go-chi/captcha/.drone.yml
generated
vendored
@@ -1,24 +1,33 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: go1-1-1
|
||||
name: go1-13
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.11
|
||||
image: golang:1.13
|
||||
environment:
|
||||
GOPROXY: https://goproxy.cn
|
||||
GOPROXY: https://goproxy.cn
|
||||
commands:
|
||||
- go build -v
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: go1-1-2
|
||||
name: go1-16
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.12
|
||||
image: golang:1.16
|
||||
environment:
|
||||
GOPROXY: https://goproxy.cn
|
||||
GOPROXY: https://goproxy.cn
|
||||
commands:
|
||||
- go build -v
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||
Reference in New Issue
Block a user