1
1
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:
Lunny Xiao
2021-10-14 10:50:23 +08:00
committed by GitHub
parent bd14c40461
commit d47798ccc7
35 changed files with 2692 additions and 132 deletions

View File

@@ -1,9 +1,14 @@
---
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
commands:
@@ -12,11 +17,15 @@ steps:
---
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
commands: