mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-28 09:08:44 +02:00
07df29db37
Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
13 lines
275 B
YAML
13 lines
275 B
YAML
language: go
|
|
go:
|
|
- 1.14.x
|
|
install:
|
|
# Fetch dependencies
|
|
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.24.0
|
|
- GO111MODULE=on go mod download
|
|
script:
|
|
- make test
|
|
sudo: false
|
|
notifications:
|
|
email: false
|