mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 14:55:49 +02:00
10 lines
115 B
YAML
10 lines
115 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
- tip
|
|
env:
|
|
- GO111MODULE=on
|
|
install:
|
|
- go mod download
|
|
script:
|
|
- go test -race -v
|