1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-24 18:38:28 +00:00

github.com/yohcop/openid-go update to first tagged version (#11357)

This commit is contained in:
6543
2020-05-10 10:53:04 +02:00
committed by GitHub
parent fdf750e4d4
commit dbb74978f7
9 changed files with 42 additions and 14 deletions

View File

@@ -3,10 +3,19 @@ sudo: false
language: go
go:
- 1.3.3
- 1.4.2
- 1.5.2
- 1.6beta2
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
env:
- GO111MODULE=on
# Get deps, build, test, and ensure the code is gofmt'ed.
script: