mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
a0a0dbaad0
As staticcheck requires now golang 1.8 as minimum version, the easiest solution was to side step that issue and simply stop testing on go 1.7.
10 lines
58 B
YAML
10 lines
58 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.8
|
|
- tip
|
|
|
|
script:
|
|
- make
|