mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 09:04:06 -08:00
b03bb38194
* cut 2.13.1 release (#6099) Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
9 lines
110 B
YAML
9 lines
110 B
YAML
language: go
|
|
go:
|
|
- "1.x"
|
|
- master
|
|
env:
|
|
- TAGS=""
|
|
- TAGS="-tags purego"
|
|
script: go test $TAGS -v ./...
|